Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 437 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 437 Bytes

Dockerized Rails Application Template

A dockerized ruby on rails application template

This app is created through rails new and built with docker.

Technologies

Ruby on Rails - https://rubyonrails.org/ Docker - https://www.docker.com/ Postgres - https://www.postgresql.org/

Setup

  1. Start make start
  2. Database Setup make db-setup
  3. Database Migrate make db-migrate

You're all set!

Tests

Run tests make test