Web application to manager personal finances.
Finances is a Ruby on Rails application that runs on the following software:
- Linux
- Ruby (MRI) 2.7.2
- Ruby on Rails 6
- NodeJS 12.x
- Yarn 1.x
- Docker
- PostgreSQL 12+
Using rbenv
rbenv install 2.7.2Using Docker Compose
docker-compose up -dbundle installyarn install --check-filesbundle exec rake db:prepareforeman start -f Procfile.devbundle exec rspec