README Initial setup the project Prepare env variables cp .env.template .env Change .env with your credentials and run: bundle install bundle exec rails db:setup Tests For running tests: bundle exec rspec