ashishkarki / DijitallNotarer

DijitallNotarer is a digital notarization platform using NestJS (backend), Next.js (frontend), and GraphQL APIs. It integrates LocalStack for AWS services, features a monorepo with Yarn workspaces, and includes CI/CD with GitHub Actions. Ideal for showcasing serverless and modern web tech stacks.
MIT License
0 stars 0 forks source link

User Registration Flow (Backend): Implement User Service and Controller #12

Closed ashishkarki closed 1 week ago

ashishkarki commented 1 week ago

Here’s what we’ll do next:

1. Create a User Service:

This will handle the logic for user registration, including creating a new user in the database.

2. Create a User Controller:

The controller will handle incoming HTTP requests and forward them to the service.

3. Create the DTO (Data Transfer Object):

The DTO will define the structure of the data being passed in for user registration.

ashishkarki commented 1 week ago

1. PostgreSQL with Prisma Setup

2. NestJS Application Setup

3. GraphQL API Integration

4. Custom Response Object

5. Service Logic Overview