This is the Express back-end for Project KIT. To view the front-end take a look here.
After downloading the .zip file containing this repository and extracting the files to your local computer...
- run
npm install
to download all necessary dependencies - fill out the .env.example file with the necessary information (username, password...) related to your Postgresql database
- run
npm start
to start the server onlocalhost:5000