A le wagon coding bootcamp's final project that allows a group of people to easily and quickly come to consensus which movie to watch
Install gem
bundle install
Install JS packages
yarn install
Create .env
file
touch .env
Inside .env
, set these variables. For any APIs, see group Slack channel.
rails s
- Rails 7 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
- Jim Deeth - Backend Developer
- Anri Tomita - Frontend Developer
- Chieri Kii - Product Manager
- Gilary Bacnis - Lead Developer
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License
Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.