This is the GraphQL backend server for a personal finance tracking application. It allows users to manage their transactions, budgets, and categories with JWT authentication, using a PostgreSQL database and Prisma ORM.
- ๐งพ Transactions: Add, update, delete, and fetch
- ๐ Budgets: Set and manage monthly budgets
- ๐ท๏ธ Categories: Organize your spending
- โก Built with:
Node.js+TypeScriptExpress.jsGraphQL(Apollo Server)MongoDB(local or Atlas)