This is an individual project named as Movie Ticket Booking Application which is my Backend project build in 8 days. I have created REST API services for Movie Ticket Booking by which a user can get Movies and select multiple seats and book them, at the same time multiple users can use these functionalities.
- User login/signUp
- Get all Movies
- Confirm Booking
- Get Shows for Movies
- Get available seats, Book multiple seats
- Built authentication while login and logout using Spring Security
- Data Stored on MySQL
- Input Validation.
- Java(Core)
- Spring
- Spring Boot
- Spring data JPA
- Hibernate
- Spring Security
- MySQL
- Authentication using spring security