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.
- Digital notarization with document uploads
- Mocked AWS services with LocalStack (DynamoDB, S3)
- GraphQL API
- CI/CD pipelines using GitHub Actions
- NestJS for the backend
- Next.js for the frontend
- GraphQL for APIs
- LocalStack for AWS service emulation
- Yarn workspaces for monorepo management
-
Clone the repository:
git clone https://github.com/yourusername/DijitallNotarer.git cd DijitallNotarer
-
Install dependencies:
yarn install
-
Start the development environment:
-
Backend (NestJS):
cd server yarn start:dev
-
Frontend (Next.js):
cd client yarn dev
-
Run the following command to run tests:
yarn test