Git Product home page Git Product logo

dvd-registry's Introduction

DVD-registry

It is a DVD registry which stores the user's home DVD movies. Its features include:

  • Google Single Sign-On authentication
  • Fetch movie data from The Movie Database (TMDb - themoviedb.org)
  • Fetch movie trailer from YouTube
  • Translate plot to Hungarian via Yandex
  • List stored movies
  • Order movies by year, title
  • View the movie details
  • Random movie recommendation

This was a homework task for Software Architecture course at Budapest University of Technology and Economics in year 2015.

Slideshow: http://www.slideshare.net/steindani/otthoni-dvd-nyilvntart-rendszer

Future work:

  • SSL integration
  • Translate GUI to English

Pull requests are warmly welcome!

Technical instructions

Used technologies

Installation instructions

Tested on Ubuntu 14.04.3 LTS. Dependency versions are as of 25.12.2015.

Get latest release of the dependencies: sudo apt-get update

Frontend:

Install npm, bower and git:

  • sudo apt-get install npm git
  • sudo npm install -g bower

Install ruby-compass:

  • sudo apt-get install rubygems1.9 ruby-dev
  • sudo gem install rubygems-update
  • sudo update_rubygems
  • sudo gem install compass

Clone repository:

  • git clone https://github.com/steindani/dvd-registry
  • cd dvd-registry/frontend

Install dependencies in Bowerfile.json: bower install


IF /usr/bin/env: node: No such file or directory error

THEN sudo ln -s /usr/bin/nodejs /usr/bin/node


May bower anonymously report usage satistics to improve the tool over time? n


Install dependencies in package.json:

  • sudo npm install
  • sudo npm install -g grunt-cli

Backend

Install Python 3 and pip: sudo apt-get install python3 python3-pip

Install Python modules via pip: sudo pip3 install flask sqlalchemy tmdbsimple flask-cors jinja2 markupsafe werkzeug itsdangerous pyjwt requests requests-oauthlib google-api-python-client

Deployment instructions

Frontend

  • cd dvd-registry/frontend
  • grunt serve --force

Backend (in a separate command-line than the frontend):

  • cd dvd-registry/backend
  • python3 backendapi.py

The website is available at http://localhost:9000

dvd-registry's People

Contributors

benedekh avatar steindani avatar

Stargazers

Rudolf Horváth avatar

Watchers

James Cloos avatar  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.