We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43dddea + 0ffe13e commit 1bf5c7cCopy full SHA for 1bf5c7c
1 file changed
README.md
@@ -10,6 +10,10 @@ A REST-ful API designed to manage personal financial expenses and categories. Th
10
- [x] Auditing: Automatic timestamping for creation and last update (`createdAt`, `updateAt`).
11
- [x] Unit tests (services).
12
- [x] Intgration tests (controllers).
13
+- [x] API Documentation with Swagger UI.
14
+- [x] Exception handling with meaningful error responses.
15
+- [x] Input validation to ensure data integrity using Data Transfer Objects(DTOs).
16
+- [x] CI pipeline with GitHub Actions for automated testing and building.
17
18
## Tech Stack
19
0 commit comments