Skip to content

BahmniIndiaDistro/abdm-callback-proxy

Repository files navigation

Bahmni ABDM Proxy

Design

Tech stack

  • ts-auto-mock: Typescript mocking library
  • NJS: Nginx Javascript module
  • tsc: typescript compiler
  • ts-jest: Testing Typescript with jest

Development

Installation

yarn install

Run unit test

yarn test

Create production build

yarn build

Build docker image:

docker build -t abdm-callback-proxy .

Run docker container:

docker run -d -p 8080:80 --name abdm-callback-proxy abdm-callback-proxy

After code changes run below command to build and recreate the container

yarn refresh

you should be able to see the application running on http://localhost:8080.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published