This repository contains the backend code for the Policy-Hub written in C#.
Install the .NET 7.0 SDK.
Run the following command from the CLI:
dotnet build src
Make sure the necessary config is added to the settings of the service you want to run. Run the following command from the CLI in the directory of the service you want to run:
dotnet run
This application provides container images for demonstration purposes.
- https://hub.docker.com/r/tractusx/policy-hub-service
- https://hub.docker.com/r/tractusx/policy-hub-migrations
mcr.microsoft.com/dotnet/aspnet:7.0-alpine:
- Dockerfile: mcr.microsoft.com/dotnet/aspnet:7.0-alpine
- GitHub project: https://github.com/dotnet/dotnet-docker
- DockerHub: https://hub.docker.com/_/microsoft-dotnet-aspnet
mcr.microsoft.com/dotnet/runtime:7.0-alpine:
- Dockerfile: mcr.microsoft.com/dotnet/runtime:7.0-alpine
- GitHub project: https://github.com/dotnet/dotnet-docker
- DockerHub: https://hub.docker.com/_/microsoft-dotnet-runtime
Distributed under the Apache 2.0 License. See LICENSE for more information