- Ruby
- PostgreSQL
- Bundler (run
gem install bundler:2.1.4)
Setup postgres tutorial for Mac user
Once you have Postgres 11 installed with a user the role name postgres, which has permission to create a database, run the command
make setup-db
bundle install
make test
make run