This is a FastAPI project that provides a simple CRUD (Create, Read, Update, Delete) API for managing movies.
movies.mp4
Before you begin, make sure you have the following installed:
- Python (3.7 or later)
- Clone the repository:
- Create and activate a virtual environment (venv):
uvicorn movies:app --reload