This is a simple application that deals with receiving payments from an external source and computing the resulting balances that I did to try out using railway oriented programming, functional programming and the dry-rb gems.
docker-compose build
docker-compose run --rm app bundle exec rails db:create
docker-compose run --rm app bundle exec rails db:migrate
docker-compose run --rm app bundle exec rails css:build
docker-compose run --rm app bundle exec yarn build
docker-compose up
docker-compose run --rm app bundle exec rails db:migrate RAILS_ENV=test
docker-compose run --rm app bundle exec rspec
