Acme This is simple REST API server by Sinatra interact with MySQL, influenced by Ruby on Rails. Keywords OpenAPI Specification Puma ActiveRecord RSpec Committee i18n Build Docker image $ make build Create DB and migrate $ make db.create && make db.migrate Run application and check if app is healthy $ make up curl localhost:4567/_healthcheck {"msg":"ok"} Run test $ make api_test