Skip to content

eclipse-tractusx/portal-backend

LeadingRepository

Portal Backend

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

The Portal application consists of

The helm chart for installing the Portal is available in the portal repository.

Please refer to the docs directory of the portal-assets repository for the overarching user and developer documentation of the Portal application.

The Portal is designed to work with the IAM.

How to build and run

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

See Docker notice files for more information:

Notice for Nuget Packages

This application provides nuget packages to share functionalities across different repos. To see how the development and update of nuget packages is working please have a look at the documentation.

Nuget

License

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