This is simple REST API server by Sinatra interact with MySQL, influenced by Ruby on Rails.
$ make build
$ make db.create && make db.migrate
$ make up
curl localhost:4567/_healthcheck
{"msg":"ok"}
$ make api_test
An opinionated Sinatra template.
This is simple REST API server by Sinatra interact with MySQL, influenced by Ruby on Rails.
$ make build
$ make db.create && make db.migrate
$ make up
curl localhost:4567/_healthcheck
{"msg":"ok"}
$ make api_test
An opinionated Sinatra template.
MIT License