Skip to content

joseph-d-d/Group-Project-CSCI-441-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group-Project-CSCI-441-Backend

Install

First make sure you have Node installed then, git clone https://github.com/joseph-d-d/Group-Project-CSCI-441-Backend.git

in the Group-Project-CSCI-441-Backend directory run npm install

Running

You need to bind npm start to the correct command for yuor operating system, this only needs to be done once. On MacOS or Linux, run the app with this command: DEBUG=myapp:* npm start

On Windows Command Prompt, use this command: set DEBUG=myapp:* & npm start

On Windows PowerShell, use this command: $env:DEBUG='myapp:*'; npm start

Every following time run npm start

Then load http://localhost:3000/ in your browser to access the app. You will not see much here since it will just a REST API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •