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
docker compose down --volumes
- This also destroys the database, if you need to restart it for testing docker compose up --build