- Postgres
- Ruby 2.7.2
- Rails 6.1
bundle install
rake db:create
rake db:migrate
rake db:seed
bundle exec rails webpacker:install
yarn install
rails s
Application is hosted on Heroku.
- Deployments that require database migrations must run
heroku run rake db:migrate -a app-name
where app-name is the name of the application on Heroku.