Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.24 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.24 KB

WatchList

Create lists of your favourite movies and share them with your friends.

Screen Shot 2022-10-31 at 12 18 51 AM


App home: https://watchlist-yhqh.onrender.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

Acknowledgements

Inspired by late nights and early mornings with friends.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.