This is simple application which is built using Angular and provides below functionalties:
- Retrieve the list of users from the server via API
- Add a user
- View a user
- Remove users
- run
npm install
- install bower if it's not installed and then run
bower install
(For Bootstrap and Font-Awesome) - start angular app using
ng serve -o
This application uses this app as an API server.