This is a Single Page Application with client-side rendering. It includes two seperate projects : backend and frontend . The frontend client makes API calls to the backend server when it is running.
- Fetch cinemas by cities.
- Fetch halls(where the movie is projected) for each cinema.
- Fetch projections for each hall.
- buy tickets
- Angular 10
- Angular CLI
- Bootstrap
- Java 8
- Spring Boot 2.4.5
- Spring Data JPA
- Hibernate
- MySql
- Maven