- Ruby 3.0.3 (with bundler)
- PostgreSQL 12.5
- Redis 6.2+
- Node 14+
- Yarn 1.22+
git clone https://github.com/davebream/free-stock-photo-ram.git && cd free-stock-photo-ram
gem install foreman
bundle install --jobs 4
bundle exec rails db:prepare
yarn install
foreman start -f Procfile.dev
Go to http://localhost:5000
-
Run all tests
bundle exec rspec .
-
Run tests for the rails app
bundle exec rspec
-
Run tests for bounded contexts
bundle exec rspec contexts