JWT authenticated Admin panel Documentation is located at /api/doc/swagger/ Managing orders and tickets Creating cinema halls Creating movies with genres, actors Adding movie sessions Filtering movies ...
git clone https://github.com/AriohBelskij/cinema-api-docker.git cd cinema-api-docker python -m venv venv source venv/bin/activate pip install -r requirements.txt set ...