A performance promtion and tipping web app for musicians.
App home: https://live-here-tip.herokuapp.com/
Install gems
bundle install
Install JS packages
yarn install
Create .env
file
touch .env
Inside .env
, set these variables. For any APIs, see group Slack channel.
CLOUDINARY_URL=cloudinary://73******your_own_cloudinary_key****
MAPBOX_API_KEY=pk.eyJ1******your_own_mapbox_key****
rails db:create
rails db:migrate
rails db:seed
rails s
- Rails 6 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
Louis Ryo Yasuhiro (https://github.com/louisyash)
Gareth Perilli (https://github.com/gperilli)
Anju Mogi (https://github.com/ansanigom)
Emanuel Samir Caro (https://github.com/darkemlord)
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.