Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 456 Bytes

Movies API

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.

Entity Relationship Diagram

ERD

Author