Rocketseat goStack 11 bootcamp module 5 and 6 challenge. Transaction management project.
This project is an simple example of one application for transactions managment.
One of the challenges of the Rocketseat
goStack 11 bootcamp!
Clone the repository, and install the dependencies by running the following commands:
$ git clone https://github.com/jmamadeu/gofinances.git
$ cd gofinances
$ cd backend # and cd web
$ yarn # or npm install
Setup database settings inside backend/ormconfig.json
file.
Access the project folder and run the following command:
$ cd web
$ yarn start # or npm run start
$ cd backend
$ yarn dev:server # or npm run dev:server
$ cd backend # or cd web
$ yarn test
Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be very valuable and appreciated .
git checkout -b feature/IncredibleFeature
)git add .
)git commit -m 'Adding an awesome Feature!
)git push origin feature/FeatureIncrivel
)João Amadeu