Skip to content

Guavalines/rails-watch-list

Repository files navigation

Screen Shot 2023-04-17 at 2 02 27 AM

www.Flicklist.com ☜ see it here

Description

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. 🎞️

Features

  • 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

DB schema

Watch List Schema

Views

FlickList

Screen Shot 2023-03-25 at 12 48 52 AM

Initialize these before starting the app:

Versions

Ruby 3.0.3

Ruby on Rails 6.1.4.6

Setup

 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published