This project is built using NodeJS and AngularJS.
This project provides basic CRUD operations such as add, delete, edit and remove users.
Navigation bar:
- Home: home page
- Create: Create user page
- View: View and search user page
Form for user details
Buttons:
- Back - routes to home page
- Add - add user into database
Successful submission message of user creation and entry in database
Shows list of all users and their details Each row populated with two buttons:
- Edit:- edit user inforamtion
- Delete:- delete user
Same form as in user creation page Back, Update and Delete buttons
Message of successful submission of user update query
When Delete button pressed, Popup for deleted user
Search bar:- search text in users first or last name and list all matched users