This project is a Django-based Movie Rervation System. User can LogIn/SignUp into the system and then select the desired movie and show time after that user can select the desired seats from available seats and confirm rhe booking.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/huzaifa113/Django-Movie-Reservation-System.git
cd repositorySet up the database:
python manage.py migrateCreate a superuser to access the Django admin:
python manage.py createsuperuserRun the development server:
python manage.py runserverThe backend should be available at:
localhost:8000/shopCreate a SuperUser first then log into admin panel and add the products to your need. The Admin Panel should be available at:
localhost:8000/adminUser can browse available movies.

User can read movie details and proceed to booking.

User can select the Movie Show timings

User can select the desired seats from availabe seats

User can confirm booking and can get the ticket

User can view all their bookings

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This README provides an overview of the project, installation instructions, usage information, and encourages contributions. Note: This project is a dummy project not finalized yet.