Keep track of your finances without all the clutter of traditional budget apps. Think email, but for your wallet.
- Link your bank accounts
- Read and Unread Transactions
- Star transactions to find easily later
- Tag transactions for convenient organization
- Notifications
- Automatic filtering
- Snooze
Git clone
andcd Track-API
- Set up database: you will need a postgres database to make this work. I used ElephantSQL to very quickly spin up a postgres machine (literally 2 minutes) for free.
- Run database migrations with
npx sequelize db:migrate
- Run project with
npm run dev