Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.87 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.87 KB

Continuous Integration Continuous Integration GitHub issues GitHub pull requests GitHub GitHub release (latest SemVer including pre-releases) codecov

complaint-microservice

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