[MAJOR][FIRSTCOMMIT] Added basic routes, controllers, repos to kanban service (no postgres yet)

This commit is contained in:
2025-09-27 14:09:35 +05:30
parent f283f6043f
commit fd7ceca2ef
109 changed files with 3554 additions and 444 deletions

View File

@@ -1,4 +1,4 @@
import { IUser } from '@src/models/User';
import { IUser } from '@src/models/user.model';
import 'supertest';