Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 545 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 545 Bytes

MEAN-CRUD

  1. We will need Mongo server, node server.
  2. Run npm install to get required modules on package.json file.
  3. Set up server.js node server file which contains connection to Mongodb using Mongoose, Model for the collection and Routes for CRUD.
  4. Once, node server is up and running with API move to Angular Modules.
  5. Setup core.js file with CRUD operations.
  6. 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