added folder student and create new Ep Login

This commit is contained in:
2025-09-09 21:19:17 -04:00
parent c3444b619a
commit d73c0cf4e7
20 changed files with 245 additions and 134 deletions
+10 -1
View File
@@ -1 +1,10 @@
export class CreateUserDto {}
import { IsString } from "class-validator";
export class CreateUserDto {
@IsString()
username:string
@IsString()
password:string
}