Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 347 Bytes

File metadata and controls

8 lines (8 loc) · 347 Bytes

NodeJs

This Project was made for the coursera course "Server-side Development with NodeJS, Express and MongoDB"

How to Run

  1. In a CMD run "mongod --dbpath=data --bind_ip 127.0.0.1" to start mongoDB
  2. Then Install the project dependencies with "npm install"
  3. To Start the Server use "npm start"
  4. Make requests to "http://localhost:3000/"