This project is an API designed for a website dedicated to providing movie information and reviews.
The API was structured around 4 Entities/Tables:
- Movies
- Genres
- Reviews
- Users
These were the main technologies used:
- Python
- Django
- Django Rest Framework.