First Release
FinTrack API v1.0.0
Overview
This is the initial release of FinTrack-API, a prototype financial management system API built with .NET 9 and PostgreSQL. This MVP
provides core functionality for tracking personal finances, managing accounts, and creating transactions.
What's Included
Core Features
- User Management: User registration and authentication with JWT tokens
- Account Management: Create, read and delete accounts
- Transqaction Management: Create and get created transactions by date/interval/account
Documentation
For detailed documentation, technical specifications and installation instructions, please see the README file.
Full Changelog: https://github.com/Cardinal87/FinTrack-API/commits/v1.0.0