Skip to content

🐭 Addition app for children / HTML + CSS + JavaScript + Express + RubyonRails + RSpec + PostgreSQL + Heroku + Docker

Notifications You must be signed in to change notification settings

wafuwafu13/go-go-pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-go-pokemon

ポケモン足し算

🌐 App URL

※起動に最大20秒程かかります。

▶️ How to get started

Herokuのコールドスタートが待てない人はこちらでお願いします。
まず、以下のコマンドを打ってください。

$ git clone https://github.com/wafuwafu13/go-go-pokemon.git
$ cd go-go-pokemon
$ npm i
$ nodemon server

以下のURLにアクセスしてください。
http://localhost:8080/

次に、バックエンド側のサーバーを起動します。

$ git clone https://github.com/wafuwafu13/go-go-pokemon-db.git
$ cd go-go-pokemon-db
$ docker-compose build
$ docker-compose run web rake db:create db:migrate
$ docker-compose up -d

:shipit: Backend

こちらのAPI仕様YAMLを、Swagger Editorで確認してください。

RubyOnRails, PorsgreSQL, Heroku, Dockerを用いています。

GitHubはこちらです。 

✏️ Output Article

About

🐭 Addition app for children / HTML + CSS + JavaScript + Express + RubyonRails + RSpec + PostgreSQL + Heroku + Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published