Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 682 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 682 Bytes

Personal Finance Tracker

React-Typescript with Golang for a financial application.

WorkingApp

Want a Demo?

Run the App

Backend (port 9020)

docker-compose up -d
go run main.go

Frontend (port 5173)

npm install
npm run dev

TODO

  • Add a CreateTxn.tsx route that consumes the /transaction endpoint from backend.
  • Add a CreateBudget route that consumes the /budget endpoint from backend.
  • Add a GET request for /transaction and /budget.
  • Consume the GET /transaction and /budget endpoints in the relevant frontend pages.
  • Move to stage 2: supporting investment tracker and providing net worth analytics features.