Skip to content

VikieVik/Rest-API-with-Node-Express-Mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest API with Node, Express & Mongo

How to Run !

  1. Clone This Repository
  2. Make sure you have you have NPM and Node installed, to check type npm -v and node -v in terminal. It will return version like 6.14.4 or v10.14.2 if installed. If not then download & install npm & node.
  3. Move to the project directory on you pc using cd ./Rest-API-with-Node-Express-Mongo
  4. Type npm install in terminal this will install all required dependencies
  5. Open the in the editor create .env file and add your enironment variables, Use included sample.env file for reference.
  6. Type npm start to start the app, go to http://localhost:3000 in your browser to see it live.
  7. Postman can be used for testing the APIs

About

Rest API with Node, Express & Mongo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published