The System will manage the Financial processes that any person can take, having as base the management of accounts and budget. Can record the movement of your accounts and relate them to your budgets, to generate a consolidated view of your financial status.
We are using Docker, so you just have to compose the containers and access the server by docker machine ip (http://192.168.99.100) and the respective ports (3000 for the client and 5000 for the server ).
docker-compose build
docker-compose up
We follow the feature branch workflow.
Clone it (https://github.com/andresfelipe9619/bugs-money/)
- Create your branch (
git checkout -b fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin fooBar
) - Create a new Pull Request
- Docker
- React js
- Node js
- Redux
- Nivo
- Express
- MongoDB
- Semantic UI