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?:
The database should be populated with some data once the server is up and running.
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