Skip to content

Movie tickets booking website using Django (Python Web framework).

Notifications You must be signed in to change notification settings

saurav0001kumar/MOVIE-Tickets-Booking-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

MOVIE-Tickets-Booking-Website

Movie tickets booking website using Django (Python Web framework).

✨ Getting Started in 5 minutes.

  • Fork this repository and clone the forked repository.

  • Change the working directory to the folder where you downloaded the files & go under "movieticket" directory.

  • Install all the dependencies for this repository using the pip command :

pip install django

pip install Pillow

  • After successful installation of all packages, run the follwing Django commands :

py manage.py migrate

py manage.py runserver

  • Visit "127.0.0.1:8000" or "localhost:8000" on your browser to view the django app.

That's all. Enjoy!
Please don't forget to ⭐ the repository if you like it.