This repository contains the backend code for a movie booking application called Book My Show (BMS). The project aims to provide a user-friendly code that allows users to discover, select and book movie tickets. The backend handles core functionalities such as,
- Creating users
- Creating cities
- Creating theatres
- Creating auditoriums (corresponding to theatres)
- Creating shows
- Adding seats (with categories) to the auditoriums
- and much more...
The project can be approached by first listing the requirements, class diagram for the entities, class diagram showing the dependencies. There are additional notes at the end on what can be added to the project as well.
This section is for requirements
This section is for class diagram
This section is for class diagram with dependencies
This section is for features that can be added to the project