Giter Site home page Giter Site logo

moviedb's Introduction

About MovieDB

MovieDB is just a small IMDd, I will be improving it just for fun.

Features

  • Movie: Title, Text, Ratings, Category, Comments
  • Movie has all REST actions
  • C(R)UD of own movies only for logged-in users
  • Rating (5 star system) of movies only for logged-in users
  • Create Comments for movies only for logged-in users
  • Home page = listing of all movies including full text search and facets of categories and ratings:
  • Example for categories:
    • Action (5)
    • Drama (2)
    • ...
  • Example for ratings:
    • 5 Stars (4)
    • 4 Stars (9)
    • ...
  • Clicking on a facet filters the movie list accordingly without a page reload
  • In the movie list the logged users are able to rate the movie without a page reload
  • Next to it should be the buttons for C(R)UD actions if it's the user's movie
  • Pagination for more than 10 items

API (v1)

There is a very simple API that display an specific Movie, and also allows to create a movie.

The API Key is nex to the "Signed in" text when you are logged in.

You can update the values into movie_api/movies.rb in order to make a simple request

API (v2 with Sinatra)

A new version for the API, this time using Sinatra inside the Rails app.

Check the values in the file: movie_api/movies-v2.rb

Somes Gems I have used in this project

moviedb's People

Contributors

cristofer avatar

Watchers

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