GithubHelp home page GithubHelp logo

lilithcoder / movie-website Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 192 KB

This is a movie-related website which includes reviews/ratings/recommendations

Python 51.26% HTML 8.99% CSS 4.86% JavaScript 34.89%

movie-website's Introduction

Movie-web

This is a movie-related website like iMDB Netflix, which includes all kinds of information about films, tv shows, video games, and it also allows users to rate/review/add into watchlist what they want. The website will include a movie recommendation system depending on what you most frequently viewed. There is a trending list(TopK). This website will also provides you data visualization of tremendous amount of movies which analysis the data of movies and user data.

GitHub last commit GitHub commit activity weiligao-movie--website compliant

Table of Contents

Install

Prior to installation, you should make sure get python3 and virtual environment installed, and activate that virtual environment. If you don't know how to do that, you can reference this

git clone https://github.com/weilingao/movie-website.git
python manage.py runserver

Then you can start the server at http://127.0.0.1:8000/

Note: steps of making model changes

  • Change the model
  • Run python manage.py makemigrations to create migrations for those changes
  • Run python manage.py migrate to apply those changes to the database

Software Architecture Diagram

  • model: data representation, authentication & permissions
  • serializer: serialize data as json format - ModelSerializer
  • view: api, GET/POST/PUT/DELETE; movie_list/movie_detail; function-based/class-based view
  • url: url config working with view

Testing

Deployment

Change Log

v1.0 (2020/05/18 23:30)

  • Initialize the whole project
  • Integrate React with Django

Contributors

Maintainer

@ Weilin Gao from University of Southern California

License

USC © Weilin Gao

movie-website's People

Contributors

lilithcoder avatar

Watchers

 avatar  avatar

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.