Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 445 Bytes

File metadata and controls

19 lines (11 loc) · 445 Bytes

Angular

Responsive CRUD App in AngularJS with MongoDB Steps:

  1. Download the codebase

  2. Run the codebase

    node web-server.js

Note: Application will run in http://localhost:8000/

  1. 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.