# Postgres, JetStream
$ make compose-up
# Run app with migrations
$ make run-subscriber
# Run publishing script
$ make run-publisher
GET localhost/order/:id
- display order by idGET localhost/healthz
- liveness probeGET localhost/swagger/*any
- docs
Created from Go-clean-template which is created & supported by Evrone.