manuasir / film-recommendator

A dumb hacktoberfest project. Feel free to fork and send PRs
MIT License
0 stars 0 forks source link

Design database model #4

Closed valglez closed 1 year ago

valglez commented 1 year ago

Hi team,

We're going to use MongoDB to model the database that will contain the films. As @manuasir mentioned, it would be interesting to start with basic information such as: title, year, director, genre and summary (optional).

This PR resolves #2.

Cheers.

manuasir commented 1 year ago

Thanks @valglez . I would not label this as hacktoberfest since it would be marked as spam for them (very tiny change)

valglez commented 1 year ago

Could you switch the branch for the PR to databate/mongodb-implementation, @manuasir ?

Thanks.