User entity
We shall now create the User entity, defining its class and attributes.
nest g res domain/usersid: number;
name: string;
email: string;
phone: string;
password: string;Last updated
We shall now create the User entity, defining its class and attributes.
nest g res domain/usersid: number;
name: string;
email: string;
phone: string;
password: string;Last updated