An open API service indexing awesome lists of open source software.

https://github.com/hendisantika/user-management

User Management Application build with Spring Boot, Thymeleaf & MySQL Database
https://github.com/hendisantika/user-management

hacktoberfest hacktoberfest2022

Last synced: about 2 months ago
JSON representation

User Management Application build with Spring Boot, Thymeleaf & MySQL Database

Awesome Lists containing this project

README

        

# user-management

### Things todo list:

1. Clone this repository: `git clone https://github.com/hendisantika/user-management.git`
2. Navigate to the folder: `cd user-management`
3. Run the application: `mvn clean spring-boot:run`
4. Open your favorite browser: http://localhost:8080

### Image Screen shots

Registration Page

![Registration Page](img/signup.png "Registration Page")

Login Page

![Login Page](img/login.png "Login Page")

List Users Page

![List Users Page](img/list.png "List Users Page")

User Information Page

![User Information Page](img/info.png "User Information Page")