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
apollographql authentication aws digital-notary graphql minio neon-postgres nestjs nextjs notarization otp-verification registration typescript

DijitallNotarer

DijitallNotarer is a digital notarization platform built using NestJS for the backend, Next.js for the frontend, and GraphQL for API interactions. It integrates LocalStack for AWS service mocking (DynamoDB, S3) and features a monorepo setup with Yarn workspaces.

Features

Technologies Used

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/DijitallNotarer.git
    cd DijitallNotarer
  2. Install dependencies:

    yarn install
  3. Start the development environment:

    • Backend (NestJS):

      cd server
      yarn start:dev
    • Frontend (Next.js):

      cd client
      yarn dev

Running Tests

Run the following command to run tests:


yarn test