Skip to content

Commit 1bf5c7c

Browse files
authored
Merge pull request #32 from SymonMuchemi/chore/final_docs
docs: Update README with new features and enhancements
2 parents 43dddea + 0ffe13e commit 1bf5c7c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ A REST-ful API designed to manage personal financial expenses and categories. Th
1010
- [x] Auditing: Automatic timestamping for creation and last update (`createdAt`, `updateAt`).
1111
- [x] Unit tests (services).
1212
- [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.
1317

1418
## Tech Stack
1519

0 commit comments

Comments
 (0)