diegoc-am / sturm

Simple Ruby API

Home Page:https://sturm.herokuapp.com/api/status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sturm

Build Status Docker Cloud Build Status

Structure to create a microservice, uses Grape

Developing

Getting Dependencies

bundle install

Shipping

docker build . -t sturm:latest
export DESIRED_PORT=9292
export ENVIRONMENT=production
docker run -p "$DESIRED_PORT":9292 sturm:latest bundle exec rackup -o 0.0.0.0 -E "$ENVIRONMENT"

Contributors

  • Diego Camargo

About

Simple Ruby API

https://sturm.herokuapp.com/api/status


Languages

Language:Ruby 91.2%Language:Dockerfile 8.8%