- React
- React Router Dom
- Axios
- Styled Components
- Dropzone
- ESLint + Prettier
# Clone this repository
- git clone git@github.com:acpn/go-finances.git
# Enter project directory
- cd [project folder]
# Install dependencies
- yarn
# Run the tests:
- yarn test
# Start the server
- yarn dev-
To run in your local machine it's necessary to create a database named as gostack_desafio_06 with Postgres, to simplify check: https://hub.docker.com/_/postgres.
-
Also it's necesary the backend up and running, to do so just check https://github.com/acpn/financial-transactions-database
-
If you don't want to install postgres or docker, then configure your choice database at ormconfig.json file.
-
To understand a little bit more access: https://typeorm.io/#/
- Fork this repository;
- Create a branch for your features;
- Push your branch.