Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 710 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 710 Bytes

NTC_Server

Our backend server for storing things and stuff

Developing

  1. Install Node.JS and git

  2. Download the code by running (in a terminal):

git clone https://github.com/Purdue-IEEE-Neurotech-Committee/NTC_Server
  1. Open the folder in an IDE (Either VSCode or WebStorm)
  2. Run in terminal in both the /api and /client folders:
npm install
  1. Copy the .env.example file in the /api folder and rename it to .env

  2. Start the server by running in terminal in both the /api and /client folders:

npm run start
  1. You can test the server using Postman