This is a tool to help simulate financial applications.
This project has been made with educational purposes.
The main idea here was to build a project using Laravel and React.
You can check this tool online (in portuguese) at https://www.simuladoresdeinvestimento.com.br/
To run the project, you can use Docker:
docker-compose up server
docker-compose run --rm php artisan [COMMAND]
docker-compose run --rm phpunit