Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 298 Bytes

#Purpose

This is a test project to get a REST API up and running with Node, Express and MongoDB

#Run

  • Run npm install to install node modules
  • Run mongod to start MongoDB database
  • Run npm run devStart to start the server
  • Use the routes.rest file to make test calls to the database