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

https://github.com/nutfes/nutmeg_rails


https://github.com/nutfes/nutmeg_rails

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ruby on Rails with Docker
## 環境構築の手順

下記のコマンドを実行
```
git clone git@github.com:NUTFes/NUTMEG_Rails.git
docker compose build
docker compose run --rm web bundle install
docker compose run --rm web rails db^:create
docker compose run --rm web rails db^:migrate
```