We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2e1391 + 58d5f63 commit 43dddeaCopy full SHA for 43dddea
1 file changed
README.md
@@ -8,6 +8,8 @@ A REST-ful API designed to manage personal financial expenses and categories. Th
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`).
11
+- [x] Unit tests (services).
12
+- [x] Intgration tests (controllers).
13
14
## Tech Stack
15
0 commit comments