- Postgres
- Ruby 2.7.2
- Rails 6.1
bundle installrake db:createrake db:migraterake db:seedbundle exec rails webpacker:installyarn installrails s
Application is hosted on Heroku.
- Deployments that require database migrations must run
heroku run rake db:migrate -a app-namewhere app-name is the name of the application on Heroku.