This repository contains the microservice that handles the generation and management of complaints.
To run this microservice you can get the system's latest container image:
$ docker run -p <port>:8080 -e MONGO_CONNECTION_STRING=<connection-string> ghcr.io/smartwastecollection/complaint-microservice:<latestVersion>
You can find the Swagger API of the microservice here