peimelo/controlled_health_api

View on GitHub
Procfile

Summary

Maintainability
Test Coverage
release: bundle exec rails db:migrate
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}