/get-on-rails

Template Rails App with Devise Login and Postgres DB

Primary LanguageJavaScript

GetOnRails

This is a template Rails app designed for learning purposes. This template includes the basic to get a Rails student started with a functioning system with postgres, devise and a basic bootstrap theme.

Preconditions

  • ruby version 2.5.3
  • rails version 5.2.3
  • Local installation of Postgres with a postgres:postgres user:password

Development

Start DB

docker-compose up --build

Setup

cp config/database.sample.yml config/database.yml
bundle install
rails db:setup