Skip to content

IST-440W-SPRING-2016-TEAM-3/restAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to get the rest API up and running

Things to install first

Steps to get the project downloaded to your local machine and get the API up and running

  1. Fork this project
  2. Open a command prompt and navigate to the directory you would like to store your project
  3. Run the following command once in your desired directory
  • git clone "PROJECT URL HERE"
    • Without the quotes around the URL
  1. Navigate once more into the newly cloned project
  2. Run the following command
  • npm install
  1. Still in the projects root directory, run the following command
  • node bin/www
  1. The API is now running on port 9000 with the following URL to access it within Postman for testing
  • http://127.0.0.1:9000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages