This is a user management system that is available through the browser. The system stores data in an SQL database.
This project uses Swagger API and SpringBoot.
Functionalities
- Managing users a. List of users b. Adding a user c. Deleting a user d. Editing a user
- Managing user groups a. List of user groups b. Adding a user group c. Deleting a user group d. Editing user group
Data structure
- User: a. User Name b. Password c. First Name d. Last Name e. Date of birth f. List of User Groups to which the User belongs
- User Group a. Group Name b. List of Users who belong to the Group