🔌
Movie Ratings API
This project is a simple Python API that manages movies and their respective ratings. It serves as a centralized hub for movie enthusiasts to share…
This project is a simple Python API that manages movies and their respective ratings. It serves as a centralized hub for movie enthusiasts to share…
This project is a simple Python API that manages movies and their respective ratings. It serves as a centralized hub for movie enthusiasts to share their opinions, discover new films, and assess the quality of movies they've watched.
Before you begin, ensure you have met the following requirements:
git clone https://github.com/yourusername/your-project.git
cd your-project
source venv/bin/activate # On Windows, use venv\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reload
No — it is a FastAPI web server that makes network requests to The Movie Database API.