Skip to content

smackdh/rails-watch-list

Repository files navigation

🎬 Watchlist

Create movie-lists and bookmark your favorite movies!


App home: https://mattias-watchlist.herokuapp.com/

Getting Started

Setup

Install gems

bundle install

Install JS packages

yarn install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables. For any APIs, see group Slack channel.

CLOUDINARY_URL=your_own_cloudinary_url_key

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

Built With

License

This project is licensed under the MIT License

About

Bookmark movies, make lists and post reviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published