Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 290 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 290 Bytes

Git Workshop Nodejs

To Run this project Clone it and install modules using

npm install

Then Create config.env file and create PORT=3000 and MONGO_URI Variable and specify Value. That's it. You are ready to go. To execute this project just type

npm start

Enjoy...!