This project was developed with the following technologies:
- Java
- Spring Boot
- PostgreSQL
- JavaScript
- React Native
π΅ Financial control app to manage yours expenses and revenues.
# Clone this repo
$ git clone https://github.com/victorpereira01/financial-control-app
#Install the dependencies
$ npm install
# Run the command
$ npm start
- Fork this repo;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit you changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin minha-feature
.