This is an application for the Wellington Engaged Encounter. It is a Catholic marriage preparation course using Rails 6 with Ruby 2.7. Built on Heroku 22 stack
-
Install all required gems:
bundle install
-
Update the database configuration file 'database.yml'.
-
Create database:
rake db:create
-
Run all migrations:
rake db:migrate
-
Seed the database:
rake db:seed
-
Run application server:
rails s
Engaged Encounter uses a PostgreSQL database to build the application. Ensure you have it running on your machine (please refer to: http://www.gotealeaf.com/blog/how-to-install-postgresql-on-a-mac)
- Tania Jacob (https://github.com/jacobtani)