There are 3 type of users
- Super user
- Admin user
- Normal user
The operations which can be performed depends on the type of user
-Super user is able to do all CRUD operations
-Admin is able to view and update records
-Normal user only able to view the records
Each user has to log in first to access the application. Login Credentials for demo accounts:
- Superuser
username: CeoSuperAdmin
password: fortestings_admin - Admin user
username:ManagerAdmin
password: fortestingadmin - Normal user
username:NormalUser
password: fortestinguser
Vehicle model where the records of each vehicles are stored