docker compose up
Entity Relationship Diagram
Documenting APIs with Swagger
https://github.com/rswag/rswag
https://betterprogramming.pub/documenting-ruby-on-rails-apis-using-rswag-gem-48c92e11ea30
docker compose build
docker compose run web rake rswag:specs:swaggerize
docker compose up
http://127.0.0.1:3000/api-docs/index.html
Integrate with Kibana UI for log management
https://blog.gojek.io/structured-logging-in-rails/
curl -I localhost:3000/api/v1/jobs | grep -i "request"