- Application serves to users for booking tour packets for any country.
- App has login and registration page.
- There are 2 roles in app:
- Admin - has authorization for CRUD operations on tour packets and give access to login for users.
- User - has authorization only booking tour packets
- release-1 : Template engine is JSP and used custom JPA queries and Spring Data
- release-2 : Template engine is Thymeleaf and used only Spring Data in database operations
*Java
*Spring Boot
*Spring MVC
*Spring Data and custom JPA queries
*Spring Security
*JSP(in release 1)
*Thymeleaf(in release 2)