Skip to content

nammayatri/beckn-gateway

Folders and files

NameName
Last commit message
Last commit date
Sep 23, 2024
Mar 21, 2025
Dec 30, 2024
Dec 30, 2024
Jun 23, 2023
Apr 21, 2023
May 30, 2023
Feb 25, 2023
Jan 9, 2024
Mar 22, 2023
Mar 3, 2025
Nov 20, 2023
Apr 21, 2023

Repository files navigation

beckn-gateway

See nammayatri's backend README for general instructions on Nix-based development.

Running

To run this project locally,

# This will spin up two processes: beckn-gateway and mock-registry
nix run .#run

To run the docker-compose containers (that the above processes depend on):

nix run .#arion

Development

To autoformat and run other pre-commit checks, run:

# NOTE: This must be run from `nix develop` shell
pre-commit run

You can force running pre-commit on all file as follows:

# NOTE: This must be run from `nix develop` shell
pre-commit run -a