/live-jazz-tokyo

🎷 The easiest way to find local Jazz events around your area in Tokyo!

Primary LanguageJavaScript

Live Jazz Tokyo rsz_1rsz_1rsz_1rsz_4logo

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!

2018-01-24 22 22 09

Getting Started

Prerequisites

  • node > 8.0.0
  • yarn
  • PostgreSQL

1. Installing

git clone https://github.com/kumiko-haraguchi/live-jazz-tokyo.git
cd live-jazz-tokyo
yarn install

2. Creating DB & Running migration & Seeding dummy data

psql
# CREATE DATABASE livejazz
# \c livejazz

yarn migrate
yarn seed

3. Running Dev & API servers

yarn frontend
yarn backend

=> You'll see the map on http://localhost:3000! πŸ—ΊπŸ’ƒ

How do I book a ticket with a fake credit account?

Put 4242 4242 4242 4242 for Card Number 2018-01-25 0 50 47

=> You can book a (fake) event!!!πŸŽ‰

Built With