5 Commits

Author SHA1 Message Date
23116f4345
feat(controllers): add category creation functionality
A new controller, category.controller.ts, has been added to handle category creation.
This includes validation to prevent the creation of duplicate categories and error handling in the event of failure to create a new category.

Issue: #12
Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 14:21:24 +02:00
956a6ca7af
build: 🐛 dependency fix 2024-04-24 16:54:22 +02:00
1ed1f018e8
fix(controllers): 🐛 auth - variables name change 2024-04-24 16:39:21 +02:00
750e36e363
refactor: AuthController
#9
2024-04-23 15:09:26 +02:00
5130e0a248
feat: 🎉 AuthController
#9
2024-04-23 14:58:49 +02:00