Git Product home page Git Product logo

netflix-clone's Introduction

Project name: Netflix-Clone

Group members:

  1. Terrence Butler
  2. Dina Tanashikova
  3. Anh Vy Le

Project description:

Netflix-Clone is a movie application that allows users to discover new movies. Our MVP is to create a web application that users can search movies by keywords to get movie’s information such as poster, rating, trailer, and synopsis. Users can also register to the app to access more features. When users login to the app, they are able to add movies to their watchlists if they decide to watch these movies later.

Wireframes:

Our group uses Adobe XD to build our wireframes for this project. https://xd.adobe.com/view/7d108d22-579c-43cb-90e7-a757920979f3-2843/

Homepage

Home/search-result page

Watch movie page

Signup/login page

Delete account page

User’s watch lists page

User stories:

  • As a user, I’m able to register to the web application
  • As a user, I’m able to delete my account from the web application
  • As a user, I’m able to log in to the web application
  • As a user, I’m able to log out of the web application
  • As a user, I’m able to search “keyword” to find movie on search bar
  • As a user, I’m able to add a movie to my watchlists
  • As a user, I’m able to delete a movie from my watchlists

Database models:

A list of all the entities, its attributes and data types

  • Users: userId (PK, integer), userNname (varchar 255), userEmail (varchar 255), userPassword (varchar 255)
  • Watchlists: watchListId (PK, integer), userId (FK, integer), movieName (varchar255)

Business rules:

  • A user can add many movies to his/her watch later list
  • The watchlists can only be accessed by the user who creates it

Entity relationship diagram:

Bonus features:

  • Users can modify their account such as change username, email or password.
  • Users can rate the movies
  • Users can see the top 10 popular movies
  • Users can see the top rated movies

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.