A full-stack app (backend + frontend) to keep track of your bank account with precision. Simple, fast, and designed so you never lose sight of a single cent.
- Frontend: React, bootstrapped with bcboilerplates
- Backend: NestJS, also generated via bcboilerplates
- Database: (Add your DB here, e.g. PostgreSQL, SQLiteβ¦)
- π Import CSV files from your bank
- π·οΈ Edit and manage transaction categories
- π Small dashboard with insights and totals
Clone the repo and install dependencies:
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-namecd client
npm install
npm run devcd server
npm install
npm run start:dev/
βββ client/ # React frontend
βββ server/ # NestJS backend
βββ README.md
- Export reports
- Add more charts and filters
- Tests
Made with β€οΈ and spreadsheets that got out of hand.
