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.2
Using Docker Compose
docker-compose up -d
bundle install
yarn install --check-files
bundle exec rake db:prepare
foreman start -f Procfile.dev
bundle exec rspec