Simple financial control system to organize your incomes and expenses.
This project is fully responsive and you can try it on Financial Control.
Ruby (v2.7.2), Rails (v6.0.3), VueJS (v2), PostgresSQL (v12)
Financial Control uses Docker
Create a copy of docker-compose.sample.yml
, name it docker-compose.yml
(change accordingly).
First, run the command below to build the project correctly:
make build
Second, run the command below to create the database and run the migrations:
make firstrun
That's it, access http://localhost:3000/ and have fun!
After this you can just start or stop your project.
To start the project run:
make start
To stop the project run:
make stop
See Makefile for other existing commands.