This application is developed for AI assignment.
- Spring boot
- Spring data JPA (hibernate as provider)
- Spring security
- Spring MVC
- Thymeleaf
- PostgreSQL database
- Restore "assignment database"
psql -U postgres assignment < initial_data.sql
- Open application.properties and set username, password, and database name with correct name.
- run application
mvn spring-boot:run
- Open browser and type
http://localhost:8080
- Login with username and password "admin"