Skip to content

samir321-pixel/Django_Cinema_Mall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Love  License: MIT

Django-Cinema-Mall

✈️ Introduction

  • In this repo, I am creating complete Cinema mall backend API's with Django Rest Framework.

🚀 Technology Stack

  • Backend
    • Python
    • Django
    • Django Rest Framework
  • Database
    • SQLite3

🛰️ Tech Stack Involved



Installation Setup

First, clone the repository to your local machine:

git clone  git@github.com:samir321-pixel/Django_Cinema_Mall.git

Install the requirements:

pip install -r requirements.txt

run migrate

python manage.py migrate

add gmail and password in settings.py

EMAIL_HOST_USER = 'yourgmailid.com'
EMAIL_HOST_PASSWORD = 'yourgmailpassword'

create superuser

python manage.py createsuperuser

Done!

Finally, run the development server:

python manage.py runserver

The project will be available at http://127.0.0.1:8000/

💹 Create Necessary data first for Start Booking Service Using Following API. 💹

  • This API will be accessible by only Admin or Employee.
  • Add, Update, Delete, Patch Movie : /managecinema/cinema/
  • Add, Update, Delete, Patch slot For Movie : /managecinema/cinema_arrange_slot/
  • Add, Update, Delete, Patch Movie Decks : /managecinema/cinema_deck/
  • Add, Update, Delete, Patch Movie Duration Slot : /managecinema/cinema_slots_duration/
  • Add, Update, Delete, Patch Seat Name : /cinema_booking/seat_manager/

✏️ Customer Booking API's ✏️

  • View List of seat present : /cinema_booking/available_seat/
  • Book Seat : /cinema_booking/book_seat/

🏷️ Scope of project 🏷️

Beta Version -

  • Upcoming 3 days booking empty seat will be created as soon as admin or Employee create necessary slots.
  • In each deck two empty seats are provided for each Time slots for upcoming 3 days.
  • Only One Screen Provided.
  • Customer able to book one seat at a time.
  • Customer get notified as soon as he book slot in appilication notification panel as soon as through gmail notification.
  • Yesterday or old slots get inactive according to current date and time so that user can only book upcoming slots seats.
  • Customer can make rating and review for each cinema.

Full Version -

  • Get Any number of Screen according to Need.
  • Get Any Number of decks, seats.
  • Integration of Paytm.
  • Book multiple seats at single time.
  • Cancel Booking feature.

🌏 Browser Support

Chrome Chrome IE Internet Explorer Edge Edge Safari Safari Firefox Firefox
Yes 10+ Yes Yes Yes

🏆 Project Admin 🏆

Maintenance

Need help? 🤔 Feel free to contact me @ saitwalsamir@gmail.com

Like This?? Star ⭐ this Repo.

👮 For Full Version contact me @ saitwalsamir@gmail.com 👮

Made By Samir Saitwal with ❤️

Samir Saitwal © 2021

ForTheBadge built-with-love ForTheBadge built-by-developers


📘 Useful Resources 📘

💻 Tools 💻

GitHub Desktop VS Code   Pycharm   Pycharm

Releases

No releases published

Packages

No packages published

Languages