Skip to content

Cinema Ticket Reservation API 🎬 This is a comprehensive, high-performance RESTful API built using Django and Django REST Framework (DRF). It provides a robust backend solution for managing a Cinema Ticket Reservation system, handling core entities: Guests, Movies, and Reservations.

Notifications You must be signed in to change notification settings

ahmed-hashim2024/CinemaTicketReservation_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Cinema Ticket Reservation API 🚀

Typing SVG
🎯 This project is a high-performance RESTful API built with Django (v4.2.x) and Django REST Framework (DRF). It manages the full CRUD lifecycle for a Cinema Ticket Reservation system (Guest, Movie, Reservation).

API BackendDjango REST Framework (DRF)Serialization, routing, filtering, and view creation.

LanguagePython (v3.9+)Main programming language.

DatabaseSQLite (Default)Development database implementation.

Virtual EnvVenvIsolated project environment management.

🚀 Getting StartedPrerequisitesPython 3.9+pipInstallation and RunClone the Repository:Bashgit clone https://github.com/ahmed-hashim2024/CinemaTicketReservation_API.git cd CinemaTicketReservation_API Create and Activate Virtual Environment:Bashpython3 -m venv venv source venv/bin/activate # On Mac/Linux

venv\Scripts\activate # On Windows

Install Dependencies:Bashpip install -r requirements.txt Run Migrations:Bashpython manage.py makemigrations tickets python manage.py migrate Run the Server:Bashpython manage.py runserver The API will be accessible at http://127.0.0.1:8000/.👨‍💻 Developed By

    I'm Ahmed Hashim

    Typing SVG
🤝 Connect with Me
      LinkedIn        Email        GitHub        Phone 

About

Cinema Ticket Reservation API 🎬 This is a comprehensive, high-performance RESTful API built using Django and Django REST Framework (DRF). It provides a robust backend solution for managing a Cinema Ticket Reservation system, handling core entities: Guests, Movies, and Reservations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages