backend designed to comprehensively manage all operations related to personal finances. This system is designed to provide a robust, secure and efficient platform for tracking and managing individual financial resources.
Stars
4
Forks
0
Watchers
4
Open Issues
0
Overall repository health assessment
^5.15.0^5.1.14.02.8.516.4.54.19.2^9.0.21.10.0^0.7.0^4.0.1^3.23.8^5.0.2^4.3.17^4.2.0^2.8.17^8.2.0^4.17.21^9.0.6^10.0.7^1.9.9^20.14.2^1.0.16^4.0.1^1.3.31^17.0.3^4.5.0^4.4.0^7.0.3^9.1.4^15.2.8^10.7.0^5.15.0^2.1.3^18.0.1^10.9.2^2.0.0^12.0.2^4.2.05.4.5242
commits
:twisted_rightwards_arrows: merge(develop): merge all changes from `develop` to `master` #17
d2c35ecView on GitHub:sparkles: feat(api): update route to include 'dataUserBody' middleware for appending 'idUser'
040d942View on GitHub:memo: docs(interface): add TSDoc for IAccountRepository interface
a0d5f51View on GitHub:memo: docs(use-case): add TSDoc for updateAccountUseCase
4f98833View on GitHub:memo: docs(use-case): add TSDoc for getAccountUseCase
2922c5dView on GitHub:memo: docs(use-case): add TSDoc for deleteAccountUseCase
10bfc8dView on GitHub✨ feat(use-case): update 'createAccountUseCase' to add new properties when creating an account
08fe7e0View on GitHub:rotating_light: fix(use-case): change HTTP error from UNAUTHORIZED to FORBIDDEN when user is not found
a4c2b31View on GitHub:sparkles: feat(model): update 'Account' model to include new properties
de3a85bView on GitHub:recycle: refactor(repository): update 'AccountPrismaRepository' to modify 'createAccount' method
d8fa199View on GitHub:safety_vest: feat(validation): update 'createAccountSchema' validation to add new properties
290700eView on GitHub:safety_vest: feat(validation): update 'updateAccountSchema' validation to add id propertie
f118b15View on GitHub:safety_vest: feat(validation): update 'accountSchema' validation to add new properties
92f691fView on GitHub:sparkles: feat(middleware): add `dataUserBody` middleware to include user ID in request body
16bacddView on GitHub:sparkles: feat(prisma): update Prisma schema to modify account and transaction
f8ff0c0View on GitHub