A complete Basic CRUD of Node JS With MongoDB, Express, Mongoose and Node Js.
Install Node Package Manager and sync with projects packages.json. Execute Command
npm install
Start your Mongo Database. Go your MongoDB folder. Like; C://MongoDB/bin
Execute the command
mongod
Now Start the NPM. Execute the command
npm start
Now server will run. Browse- at http://localhost/8080
Add Some Tasks first by going http://localhost/8080/add
Enjoy
Note: All CSS and JS are used from CDN. Without Internet connection design will not be seen.