Project for family financial control
This project aims to manage the finances of a family, with greater control and visualization of accounts payable and accounts receivable.
Ruby 3.0.2
Rails 6.1.4
We use Docker and Ruby on Rails as technologies for developing this application. Therefore, follow the steps for setting up the development environment.
$ docker-compose build
$ docker-compose up
NOTE: Application must is up!
$ docker-compose exec fortuna rails db:create db:migrate
- Fork it (https://github.com/eltonfonseca/fortuna-api/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request