Skip to content

Commit 1b23824

Browse files
authored
Merge pull request #29 from SymonMuchemi/SymonMuchemi-patch-2
Update README.md
2 parents 5b78410 + 6b3ce37 commit 1b23824

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)