This is a .NET 5 project providing a REST API (and soon a Blazor front-end) which interfaces with a PostgreSQL database that contains monetary transaction data.
Once complete, the app will provide functionality for tracking personal spending, with the ability to:
- Bulk upload transactions from CSV files
- Categorise individual transactions on upload
- Create and maintain a list of transaction mappings, for automatic categorisation
- Re-extract stored transactions
- Add tags to transactions
https://localhost:5001/api/**[controller]**
https://localhost:5001/api/**[controller]**/00000000-0000-0000-0000-000000000000
https://localhost:5001/api/**[controller]**
Category Example:
{
"CategoryName": "Groceries"
}
https://localhost:5001/api/**[controller]**/00000000-0000-0000-0000-000000000000
Category Example:
{
"Id": "00000000-0000-0000-0000-000000000000",
"CategoryName": "Food"
}
https://localhost:5001/api/**[controller]**/00000000-0000-0000-0000-000000000000