Responsive CRUD App in AngularJS with MongoDB Steps:
-
Download the codebase
-
Run the codebase
node web-server.js
Note: Application will run in http://localhost:8000/
- In Browser, Go to http://localhost:8000/src/index.html#/ will redirected to Student List
You can play with Creating New Student, Updating or Removing Student(s)
This example includes Column sorting, Pagination, search filter features as well.