A simple login and user registration application made by spring boot where users will enter the system only email and password. Based on the credentials app will show another welcome page
- Spring boot
- Spring security
- Spring Data-JPA
- Flyway migration
- MySQL Database
- Thymeleaf
To run this project please follow the below instruction
- Install mysql into your local machine and create a new database name userlogin
- Clone the project from github repository
- Open your IDE and setup database source from DB settings and create db profile according to maven profile details
- Run the application


