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.
- ruby version
2.5.3
- rails version
5.2.3
- Local installation of Postgres with a
postgres:root
user:password
docker-compose up --build
cp config/database.sample.yml config/database.yml
bundle install
rails db:setup