Step 1: Create new nestjs project
nest new <projectname>
Step 2: Set up Prisma
If you don’t know how to set up Prisma then click here for the Prisma setup tutorial, if you know then go to the next step
Step 3: Create a user module
nest g resource user --no-spec
Step 4: Set up CreateUserDto

Step 5: Set up user.service.ts


Step 6: Test in API platforms like Postman, Thunder client