Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 616 Bytes

File metadata and controls

33 lines (20 loc) · 616 Bytes

README

This README would normally document whatever steps are necessary to get the application up and running.

Reference:

https://tmasuyama1114.com/docker-compose-rails6-mysql-development https://blog.devgenius.io/testing-a-rails-api-with-rspec-82dedc9f15df

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration docker compose up -d

  • Database creation docker-compose run web rails db:create rails db:create

  • Database initialization rails db:migrate

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...