This was our final rails group project at Le Wagon. Tokyo Turntable is a mobile web-app that helps users find shows to go to in the Tokyo area. It webscrapes venues and show listings, then it automatically pairs the bands to spotify so you can hear what they sound like.
App home: www.tokyoturntable.com
Install gems
bundle install
Create .env file
touch .env
Inside .env, set these variables. For any APIs, see group Slack channel.
CLOUDINARY_URL=your_own_cloudinary_url_key
rails db:create
rails db:migrate
rails db:seed
rails s
- Rails 7 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
We webscraped www.tokyogigguide.com for this student project, and appreciate the work they have done to actually connect people to live shows in Tokyo for over 20 years.
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