Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 435 Bytes

Restful-API-in-Node

Follow the following steps in order to setup the project:

  • Clone the repository on your local machine.
  • Open the project with VS Code.
  • Open the Terminal and execute "npm install".
  • In Terminal Execute "npm start".

Postman

Make sure you have downloaded Postman in order to check the API response.

MongoDB

Sign up on MongoDB and create a cluster, add your cluster Connection String in the .env file.