Skip to content

edrdesigner/gofinances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoFinances

Author Stars

GoBarber


📌 Table of Contents

📃 About

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.

🚀 Features

  • Access to balances and transactions
  • Import CSV transactions

📚 Requirements

🏃 Getting started

  # Clone this repository:
  $ git clone https://github.com/edrdesigner/gofinances.git

  # Access this folder:
  $ cd gofinances

⚙️ Starting back-end

  # Access back-end folder:
  $ cd backend

  # Install dependencies with yarn:
  $ yarn

  # Run migrations:
  $ yarn typeorm migration:run

  # Start application:
  $ yarn dev:server

💻 Starting front-end

  # 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 🚀

ko-fi

Releases

No releases published

Packages

No packages published