How come finding local jazz events and booking one is so difficult in Tokyo? This is a simple app to find local jazz events happening around your area tonight. Click the event you are interested, check the detail then book it straight away!
- node > 8.0.0
- yarn
- PostgreSQL
git clone https://github.com/kumiko-haraguchi/live-jazz-tokyo.git
cd live-jazz-tokyo
yarn install
psql
# CREATE DATABASE livejazz
# \c livejazz
yarn migrate
yarn seed
yarn frontend
yarn backend
=> You'll see the map on http://localhost:3000! 🗺💃
Put 4242 4242 4242 4242
for Card Number
=> You can book a (fake) event!!!🎉
- React - Frontend
- Redux - State Management
- Material UI - UI Component
- Atomic Design - Component Design
- Express - Backend
- PostgreSQL - Database
- Knex - Query Builder
- Stripe - Online Payment
- Hello.js - OAuth2
- Yarn - Dependency Management
- Heroku - Continuous Integration / Continuous Deployment