Backend
Go to file
2026-01-23 21:54:23 +01:00
controller feat: implement pool member management with listing and adding functionalities 2026-01-23 21:54:23 +01:00
database feat: implement pool member management with listing and adding functionalities 2026-01-23 21:54:23 +01:00
mailTemplates Initial Commit 2025-09-07 12:44:01 +02:00
middleware feat: implement admin-only middleware and enhance permission checks with logging 2026-01-18 20:50:31 +01:00
models feat: implement pool member management with listing and adding functionalities 2026-01-23 21:54:23 +01:00
repositories feat: implement pool member management with listing and adding functionalities 2026-01-23 21:54:23 +01:00
routes feat: implement pool member management with listing and adding functionalities 2026-01-23 21:54:23 +01:00
scripts feat: add return statement to createCompanyUser and createPersonalUser functions 2026-01-19 22:12:06 +01:00
services feat: implement pool member management with listing and adding functionalities 2026-01-23 21:54:23 +01:00
templates Initial Commit 2025-09-07 12:44:01 +02:00
utils Initial Commit 2025-09-07 12:44:01 +02:00
.gitignore Initial Commit 2025-09-07 12:44:01 +02:00
package-lock.json fix: npm version fix 2026-01-13 13:57:39 +01:00
package.json fix: npm version fix 2026-01-13 13:57:39 +01:00
server.js feat: add user creation scripts for company and personal users 2025-11-30 13:32:25 +01:00