Skip to content

Backend for a movie booking application that handles concurrent requests

Notifications You must be signed in to change notification settings

Vibhishan/bookmyshow-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backend for a movie booking application that handles concurrent requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages