Skip to content

This repository contains the microservice that handles the management of trucks.

License

Notifications You must be signed in to change notification settings

SmartWasteCollection/truck-microservice

Repository files navigation

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

truck-microservice

This repository contains the microservice that handles the management of trucks.


To run this microservice you can get the system's latest container image:

$ docker run -p <yourPort>:8080 --env-file .env -e server.port=8080 ghcr.io/smartwastecollection/truck-microservice:<latestVersion>

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

You can find the Swagger API of the microservice here.

About

This repository contains the microservice that handles the management of trucks.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages