maaaashin324 / onsen-tracker

This application shows you the places of Onsen in Japan!

Home Page:https://onsen-tracker.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onsen Tracker

If you love onsens, this application is highly recommnended. This application can record the places of onsens and show them with a marker.

Application Image

Get Started


Prerequisites

Node.js >= 9.5.0

1.Installing

git clone https://github.com/maaaashin324/onsen-tracker.git
cd onsen-tracker
yarn install

2.Creating DATA BASE

psql
CREATE DATABASE onsen;

3.Creating tables and seeding dummy data

go run db/migrations/*.go up

3-1.Re-creating

go run db/migrations/*.go reset
go run db/migrations/*.go up

4.Running this application with development mode

You need two consoles.

In one console

yarn watch

In the other console

yarn start

==> You can see this application on localhost

Built with


Frontend

  • React
  • Redux
  • React-Router
  • React-Bootstrap
  • webpack
  • babel

Backend

  • dep
  • Iris
  • go/pg
  • postgreSQL
  • Heroku

About

This application shows you the places of Onsen in Japan!

https://onsen-tracker.herokuapp.com/


Languages

Language:JavaScript 68.4%Language:Go 21.3%Language:CSS 7.2%Language:HTML 3.1%