An open API service indexing awesome lists of open source software.

https://github.com/mh4gf/ort.

ポモドーロタイマー、アウトプット、レビューが効率よく行える、学習支援アプリです。
https://github.com/mh4gf/ort.

Last synced: 3 months ago
JSON representation

ポモドーロタイマー、アウトプット、レビューが効率よく行える、学習支援アプリです。

Awesome Lists containing this project

README

          

* ORT.
Output,Review and Timer.

(https://ort.herokuapp.com)

* Getting Started

** 初回セットアップ時

```
git clone https://github.com/MH4GF/ORT..git
docker-compose up --build
docker-compose run web rails db:create
docker-compose run web rails db:migrate

# access to http://127.0.0.1:3000
```

** 2回目以降

```
docker-compose up
# access to http://127.0.0.1:3000
```

** コンテナ内に入る

```
docker-compose exec web /bin/bash
# ex) rails c
```

** 終了時

```
docker-compose down
# データはボリューム内で永続化されています。
```

* Author

[@gifu_w](https://twitter.com/gifu_w)