healthcare

Commands

To start the Application:

docker compose up --build

To run tests:

  1. Build and run the containers
docker compose up --build
  1. Run the pytest command in payment-processor container
docker-compose exec payment-processor pytest -v

URLS

Note: Have used kafdrop for kafka testing

Developed on Ubuntu 22.04.02 LTS