This repository contains the source code for a RESTful API built with Django and Django Rest Framework, designed for cinema tickets reservation. It allows for easy management of guest information, provides movie details, and handles ticket reservations efficiently.
- Guest Management: Manage guest information with security and ease.
- Movie Information: Retrieve comprehensive movie details.
- Reservation Handling: Make and handle cinema ticket reservations seamlessly.
- Django Framework
- Django Rest Framework
- Python
To get started with this API, follow these steps:
-
Clone this repository:
git clone https://github.com/AhmedYasser20/RestAPI_CinemaTicketsReservation.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Django development server:
python manage.py runserver