Altinn / altinn-profile

Altinn platform microservice for handling user profile
0 stars 1 forks source link

Improve the quality and automation of setting up a local development environment using Aspire #214

Open SandGrainOne opened 1 month ago

SandGrainOne commented 1 month ago

Description

Aspire is already a part of the .NET SDK. We should use it to ensure that developers with no effort at all can start a working version of Profile based on the source code.

This should remove the dependency to a local PostgreSQL server. Server is instead hosted in docker/podman. This should remove the need for a compose file. Database migration should be performed by an application separate from Profile. A k8 job in the form of a container.

Separate issues?:

Additional Information

No response

Tasks

No response

Acceptance Criterias

No response