Commit afc5ed8
authored
feat(BE): implement CRUD API for users (#243)
* feat: add user CRUD methods to the repo
* feat: implement user controller and router
* feat: integrate and documente user CRUD endpoints
* Revert "chore: setup TypeScript linting with ESLint"
This reverts commit e9eaeb9.
* fix & refactor: see details
- add email check in updateUser
- remove unnecessary type
- rename UserController file
* implement review
* Revert "Revert "chore: setup TypeScript linting with ESLint""
This reverts commit 49dfafd.
* fix/docs: fix path1 parent d5e3b67 commit afc5ed8
File tree
11 files changed
+501
-156
lines changed- server
- src
- controllers
- models
- repositories
- routes
11 files changed
+501
-156
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments