Skip to content

huzaifa113/Django-Movie-Reservation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Movie Reservation Website

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.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/huzaifa113/Django-Movie-Reservation-System.git
cd repository

Set up the database:

python manage.py migrate

Create a superuser to access the Django admin:

python manage.py createsuperuser

Run the development server:

python manage.py runserver

The backend should be available at:

 localhost:8000/shop

Create a SuperUser first then log into admin panel and add the products to your need. The Admin Panel should be available at:

 localhost:8000/admin

Home Page

User can browse available movies. image image

Movie Page

User can read movie details and proceed to booking. image

Show Timings

User can select the Movie Show timings image

Seat Selection

User can select the desired seats from availabe seats image

Checkout

User can confirm booking and can get the ticket image

User Dashboard

User can view all their bookings image

Contributing

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.

About

This is a Movie Reservation System Frontend in Html, Css, Js, Bs and Backend developed on Django

Resources

License

Stars

Watchers

Forks

Contributors