Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paulinetw/rails-watch-list
- Owner: PaulineTW
- Created: 2021-11-20T00:24:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T05:50:48.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T07:14:49.615Z (19 days ago)
- Topics: postgresql-database, ruby, tmdb-api
- Language: Ruby
- Homepage: https://amazingwatchlist.herokuapp.com/
- Size: 39.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.