/Cinema-backend

🎞Cinema Backend build using Spring boot🎥

Primary LanguageJava

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