CRUD-Application-Node

In this project, we are going to create node CRUD application with express and mongodb.

To Run this project Clone it and install modules using

npm install

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

npm start

Enjoy...!