Watchlist-project / movie-watchlist-backend

Backend API for movie watchlist website
1 stars 0 forks source link

Create models for database #4

Closed Martenere closed 3 months ago

Martenere commented 3 months ago

Create the backend model for database, should contain, user, watchlist, movie, user_movie, user_watchlist. Fields for each table described in ERD.

ERD Diagram can be found in root folder of backend repo, created with ERD Editor

Image

LinusWillmont commented 3 months ago

Models are merged to main