Giter Site home page Giter Site logo

moviedb's Introduction

README

A small implementation of a Movie database for adding, rating and filtering movies by multiple users, using Ruby on Rails, ReactJS, PostgreSQL, RSpec, Capybara, Twitter Bootstrap, and Unsemantic.

A working version can be found at https://boiling-reaches-35773.herokuapp.com.

  • The root page for non-logged-in visitors offers a list of the available movies.

  • A movie has a title, a description (or text), a rating and a category.

  • Movies can be filtered by category and by rating.

  • 10 movies per page are displayed.

  • In order to interact with the database, a visitor has to sign up with a name, email and a password, and then log in.

  • After login, several functionalities become available to the logged-in visitor:

    • creation of categories
      • a category has only a name
    • creation of movies
    • showing, editing, deleting own movies
      • showing a movie displays movie information, including the description
    • rating of movies of other users
      • a visitor can update a previously rated movie
    • overall rating score is calculated as the median of all users' ratings
  • If there are no movies entered, a message will be displayed prompting the creation of one.

Project installation:

  1. Clone this repo: navigate to the desired directory in terminal and run git clone [email protected]:svetlik/movieDB.git
  2. Navigate to the project directory and run bundle install && yarn install in console
  3. Run rails s

Functionalities to be yet implemented:

  • full-text search
  • filtering withoug page reload
  • rating without page reload
  • graphics for rating
  • responsiveness
  • proper styling
  • combine filtering cards into one component

moviedb's People

Contributors

svetlik 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.