Skip to content
forked from cesarfigueroa/acme

An opinionated Sinatra template.

License

Notifications You must be signed in to change notification settings

shuntagami/acme

 
 

Repository files navigation

Acme

This is simple REST API server by Sinatra interact with MySQL, influenced by Ruby on Rails.

Keywords

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

About

An opinionated Sinatra template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 87.6%
  • Makefile 7.6%
  • Dockerfile 4.8%