Language version: ruby 3.0.6p216
Framework version: 7.0.4.3
Database version: latest
Testing framework
API documentation
Authentication
Authorization
Pagination
Container
docker compose build
docker compose up
Go inside the container and run db migrate
docker exec -it sleep-routine-api bash
rake db:create
rake db:migrate
rspec spec
RAILS_ENV=test rails rswag