This is a Rails 6 app.
This project requires:
- Ruby 2.7.5
- PostgreSQL must be installed or docker container running and accepting connections
Create .env
from env.example
and populate the variables.
Run the bin/setup
script, which will:
- Install dependencies using Bundler
- Create and migrate database
- Run
bundle exec rake factory_bot:lint
to check if all factories are working. - Run
bundle exec rspec
to run all the tests - Run
rails s -b 0.0.0.0
to start the web application