Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulinetw/rails-watch-list

Manage all the films you have seen, add them in lists and create bookmarks.
https://github.com/paulinetw/rails-watch-list

postgresql-database ruby tmdb-api

Last synced: about 4 hours ago
JSON representation

Manage all the films you have seen, add them in lists and create bookmarks.

Awesome Lists containing this project

README

        

# WATCH LIST

> Manage all the films you have seen, add them in lists and create bookmarks.

## Stack
- Back end: Ruby on Rails
- Front end: HTML5, CSS3
- Hosting: Heroku
- Seed real movies by using [tmdb API](https://developers.themoviedb.org/3)

## Features

- A user can see all the lists
- A user can see the details of a given list and its name
- A user can create a new list
- A user can add movie to a list
- A user can add bookmark on a list
- A user can delete a bookmark from a list.