Skip to content

VPrasannaK94/portal-backend

 
 

Repository files navigation

Catena-X Portal Backend

This repository contains the backend code for the Catena-X Portal written in C#.

The Catena-X Portal application consists of

Tag The helm chart for installing the Catena-X Portal is available in portal-cd.

The Catena-X Portal is designed to work with the Catena-X IAM.

How to build and run

Install the .NET 6.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

Notice for Docker image

This application provides container images for demonstration purposes.

DockerHub

Base images

mcr.microsoft.com/dotnet/aspnet:6.0-alpine:

mcr.microsoft.com/dotnet/runtime:6.0-alpine:

License

Distributed under the Apache 2.0 License. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.4%
  • HTML 7.6%