Skip to content

This repository contains the microservice that handles the generation and management of Collection Points and Dumpsters digital twins.

License

Notifications You must be signed in to change notification settings

SmartWasteCollection/dumpster-microservice

Repository files navigation

dumpster-microservice

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

This repository contains the microservice that handles the generation and management of Collection Points and Dumpsters digital twins.

Deploy

You can run the microservice using a docker container with the command

docker run -p 3000:8080 --env-file .env -it ghcr.io/smartwastecollection/dumpster-microservice:<latest-tag>

Note: You can remove -it flags and use -d to launch it as a daemon

The .env file must contain the secrets needed to perform the login into the azure cloud platform:

  1. AZURE_SERVICE_PRINCIPAL_NAME: UUID that represents the Application (client) ID of the Service Principal
  2. AZURE_SECRET: UUID that identifies the secret used to perform the login from the Service Principal
  3. AZURE_TENANT: UUID that identifies the Directory (tenant) ID of the Service Principal

Usage

Detailed description about the API here

About

This repository contains the microservice that handles the generation and management of Collection Points and Dumpsters digital twins.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages