Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 953 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 953 Bytes

Beckn Gateway (BG)

This is just a mock BG to test out BPP and BAP. It currently is hardcoded at the env file for BAP and BAP which needs to be replaced with an actual registry.

Some sample implementation of registries are as follows

  1. Official Beckn Registry
  2. NestJS Based Implemenation

Directory Structure

.
├── README.md
├── src
│   ├── app.controller.spec.ts
│   ├── app.controller.ts
│   ├── app.module.ts
│   ├── app.service.ts
│   ├── main.ts
│   ├── on_search
│   └── search
├── test
│   ├── app.e2e-spec.ts
│   └── jest-e2e.json
└── tsconfig.app.json

TODO

  • Fix Swagger Doc for NestJS
  • Validation for requests using OpenAPI Spec - similar to protocol server.
  • Unit Tests