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-name
cd client
npm install
npm run dev
cd 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.