Skip to content

Purdue-IEEE-SMC/NTC_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages