Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 480 Bytes

File metadata and controls

16 lines (12 loc) · 480 Bytes

relibank testing

docker compose up --build

  • Sets up containers for bill pay, bill pay consumer, kafka and zookeeper docker compose up --build --force-recreate

send requests from postman w/ collection

rebuild

docker compose down --volumes

  • This also destroys the database, if you need to restart it for testing docker compose up --build

test individual services