Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

maaaashin324/onsen-tracker

Repository files navigation

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