Skip to content

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.

License

Notifications You must be signed in to change notification settings

ashishkarki/DijitallNotarer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Digital notarization with document uploads
  • Mocked AWS services with LocalStack (DynamoDB, S3)
  • GraphQL API
  • CI/CD pipelines using GitHub Actions

Technologies Used

  • NestJS for the backend
  • Next.js for the frontend
  • GraphQL for APIs
  • LocalStack for AWS service emulation
  • Yarn workspaces for monorepo management

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published