Our backend server for storing things and stuff
git clone https://github.com/Purdue-IEEE-Neurotech-Committee/NTC_Server
- Open the folder in an IDE (Either VSCode or WebStorm)
- Run in terminal in both the
/api
and/client
folders:
npm install
-
Copy the
.env.example
file in the/api
folder and rename it to.env
-
Start the server by running in terminal in both the
/api
and/client
folders:
npm run start
- You can test the server using Postman