www.Flicklist.com ☜ see it here
FLICKLIST is a film list sharing app with user rating system and content moderation. It is a 3-model app with a many to many relationship (N:N), with bookmarks as its join table. 🎞️
- Users can create their own custom categories.
- Users can see their favorite categories and add their favorite movies from a Database (Using Movie API).
- Users can create list of their favorite movies.
- Parsing an API
- Validations
git clone [email protected]:guavalines/rails-watch-list.git
cd rails-watch-list
rails db:create db:migrate db:seed:replant
bundle install
yarn install
rails server
Open you browser and visit localhost:3000