Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Design #3

Open
6 tasks
mariaale2023 opened this issue May 28, 2023 · 0 comments
Open
6 tasks

Database Design #3

mariaale2023 opened this issue May 28, 2023 · 0 comments

Comments

@mariaale2023
Copy link
Owner

mariaale2023 commented May 28, 2023

Design the MongoDB schema for movies, users, reviews, comments, and other necessary collections

  • Create a database schema to movies listings, user information, saved searches, and review.

  • The schema should include tables for movies, users, searches, and rewiew, with appropriate relationships and indexes.

  • The movies table will store details such as ID, img, URLvideo, name, year, country, description and other relevant attributes.

  • The users table will store user information including user ID, name, email(if required), password, and any additional profile details.

  • The searches table will store saved search criteria, associating them with the corresponding user.

  • The review table will store the properties that users have marked as favorites.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant