🎬 Cinema Ticket Reservation API 🚀
🎯 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/LinuxInstall 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
🤝 Connect with Me