This is repository of a openeiro API. The API is consumed by Android App. The API allows to notify employees when the office is open.
git clone git@github.com:blaszczakphoto/openeiro.git
cp .env.sample .env #and fill it with proper values
docker-compose build
docker-compose up web
heroku container:login
heroku container:push web
heroku container:release web
heroku run rails db:migrate
docker-compose run web bundle exec rspec