Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.05 KB

Book My Show - Backend Design

Introduction

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.

Requirements

This section is for requirements

Class Diagram

This section is for class diagram

Class Diagram (with dependencies)

This section is for class diagram with dependencies

Alternative Text

TODO

This section is for features that can be added to the project