https://github.com/insertish/fint
Tool for exporting transactions from financial institutions through GoCardless into a MongoDB database.
https://github.com/insertish/fint
Last synced: 3 months ago
JSON representation
Tool for exporting transactions from financial institutions through GoCardless into a MongoDB database.
- Host: GitHub
- URL: https://github.com/insertish/fint
- Owner: insertish
- Created: 2024-06-14T21:17:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T14:43:29.000Z (12 months ago)
- Last Synced: 2025-01-01T22:41:03.002Z (5 months ago)
- Language: TypeScript
- Homepage: https://git.is.horse/izzy/fint
- Size: 904 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fint
**fint** is a tool for exporting transactions from financial institutions through [GoCardless](https://gocardless.com/) into a [Mongo](https://www.mongodb.com/) database.
fint was originally going to be the be-all and end-all personal finance application for myself before I found out how much of a pain banks and other financial institutions are to deal with. My personal favourite being when my bank decided to change the date format in CSV exports from "14/03/2023" to "14th Mar 2023".
This project is accompanied by the [UFF Project](https://git.is.horse/izzy/uff-project) which untangles all of this data and normalises it into a sensible common format, hence removing the reliance on this project if needs be (e.g. it becomes too unwieldy to maintain, GoCardless shuts down / it's easier to do manual imports at that point, etc).
## Tech Stack
This is a pretty straightforward project:
- Daisy UI
- Tailwind
- Next.js
- Typescript
- MongoDB## Screenshots
Account overview

Connect bank accounts

Linking UI

Manual CSV importing

Some preliminary work towards data visualisation
