Personal project to consolidate knowledge in backend development. An application was built with FastAPI to make cinema ticket reservations. Applying clean code principles to ensure long-term maintainability and scalability.
For more information about the project: https://roadmap.sh/projects/movie-reservation-system
Start the stack with Docker Compose:
docker compose up -dNow you can open your browser and interact with these URLs:
-
Backend, JSON based web API based on OpenAPI: http://localhost/api/
-
Automatic interactive documentation with Swagger UI (from the OpenAPI backend): http://localhost/docs