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.
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
See Known Knowns.
This application provides container images for demonstration purposes.
See Docker notice files for more information:
- portal-registration-service
- portal-administration-service
- portal-marketplace-app-service
- portal-services-service
- portal-notification-service
- portal-processes-worker
- portal-portal-migrations
- portal-provisioning-migrations
- portal-maintenance-service
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.
- Org.Eclipse.TractusX.Portal.Backend.Framework.Async
- Org.Eclipse.TractusX.Portal.Backend.Framework.Cors
- Org.Eclipse.TractusX.Portal.Backend.Framework.DateTimeProvider
- Org.Eclipse.TractusX.Portal.Backend.Framework.DBAccess
- Org.Eclipse.TractusX.Portal.Backend.Framework.DependencyInjection
- Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling.Library
- Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling.Web
- Org.Eclipse.TractusX.Portal.Backend.Framework.HttpClientExtensions
- Org.Eclipse.TractusX.Portal.Backend.Framework.IO
- Org.Eclipse.TractusX.Portal.Backend.Framework.Linq
- Org.Eclipse.TractusX.Portal.Backend.Framework.Logging
- Org.Eclipse.TractusX.Portal.Backend.Framework.Models
- Org.Eclipse.TractusX.Portal.Backend.Framework.Seeding
- Org.Eclipse.TractusX.Portal.Backend.Framework.Swagger
- Org.Eclipse.TractusX.Portal.Backend.Framework.Token
- Org.Eclipse.TractusX.Portal.Backend.Framework.Web
Distributed under the Apache 2.0 License. See LICENSE for more information.