Skip to content

Latest commit

History

History
25 lines (20 loc) 路 752 Bytes

README.md

File metadata and controls

25 lines (20 loc) 路 752 Bytes

Cinema Management Application

馃帀This project is a full-stack application, built with Spring boot and Angular.馃帀

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.

Technology Stacks

Features :

  • Fetch cinemas by cities.
  • Fetch halls(where the movie is projected) for each cinema.
  • Fetch projections for each hall.
  • buy tickets

Frontend :

  • Angular 10
  • Angular CLI
  • Bootstrap

Backend :

  • Java 8
  • Spring Boot 2.4.5
  • Spring Data JPA
  • Hibernate
  • MySql
  • Maven