This repository contains a REST API made with Node.js as back-end, and an application in ReactJS as a front-end, both using TypeScript.
This is the GoFinances application, for managing transactions in which the user is able to access their total balance, as well as all the amount already made in deposit and withdrawal. Users can also import transactions by importing a CSV file.
- Access to balances and transactions
- Import CSV transactions
# Clone this repository:
$ git clone https://github.com/edrdesigner/gofinances.git
# Access this folder:
$ cd gofinances
# Access back-end folder:
$ cd backend
# Install dependencies with yarn:
$ yarn
# Run migrations:
$ yarn typeorm migration:run
# Start application:
$ yarn dev:server
# Access frontend folder:
$ cd frontend
# Install dependencies with yarn:
$ yarn
# Start React app:
$ yarn start
Made with love by Eduardo Reichert 💜 at @RocketSeat GoStack 11.0 🚀