File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,9 @@ A REST-ful API designed to manage personal financial expenses and categories. Th
55## Features
66
77- [x] Category Management (CRUD): Add, view, update, and delete spending categories
8- - [ ] Record expenses with details like description, amount and date, linking each to a specific category
9- - [ ] Uses ` Decimal(10, 2) ` for amount to ensure accurate financial calculations.
10- - [ ] Auditing: Automatic timestamping for creation and last update (` createdAt ` , ` updateAt ` ).
11- - [ ] Documentation: Fully documented endpoints using Swagger (OpenAPI).
12- - [ ] Deployment: Deploy the application using AWS EC2.
8+ - [x] Record expenses with details like description, amount and date, linking each to a specific category
9+ - [x] Uses ` Decimal(10, 2) ` for amount to ensure accurate financial calculations.
10+ - [x] Auditing: Automatic timestamping for creation and last update (` createdAt ` , ` updateAt ` ).
1311
1412## Tech Stack
1513
You can’t perform that action at this time.
0 commit comments