A dockerized ruby on rails application template
This app is created through rails new
and built with docker.
Ruby on Rails - https://rubyonrails.org/ Docker - https://www.docker.com/ Postgres - https://www.postgresql.org/
- Start
make start
- Database Setup
make db-setup
- Database Migrate
make db-migrate
You're all set!
Run tests make test