- We will need Mongo server, node server.
- Run npm install to get required modules on package.json file.
- Set up server.js node server file which contains connection to Mongodb using Mongoose, Model for the collection and Routes for CRUD.
- Once, node server is up and running with API move to Angular Modules.
- Setup core.js file with CRUD operations.
- Index.html is the front end home page.
Execution Steps: 7) git clone https://github.com/yodhareddy/MEAN-CRUD.github and npm install 8) node server.js 9) localhost:3001