Closed
Description
Summary
Now that the Endatix platform can be installed via NuGet package, we need to add a sample that demonstrated how this is done.
Details
- Create new sample in the Endatix repo to follow the installation guide at https://docs.endatix.com/docs/getting-started/installation
- Main goal is to use NuGet packages instead of project references
- Samples should be in the https://github.com/endatix/endatix/tree/main/samples folder. Suggested name "Endatix.Samples.SelfHosting" - but we can discuss. I am not 100% sold of the name
Note
There is the https://github.com/endatix/endatix/tree/main/samples/Endatix.Samples.WebApp sample, but it shows other things like how to consume the API via custom API Client. Maybe ideal case will be to extract the API Client to a separate NuGet and use the Endatix.Samples.WebApp
for this task, but we can always change samples in the name of better dev experience
Acceptance Criteria
- Samples folder with a sample that follows the https://docs.endatix.com/docs/getting-started/installation guide
- ReadMe in the repo to explain the purpose of the sample to the audience
- ReadMe in the Samples folder to provide navigation overview of the current sample. We will extend later
- Aggregate feedback for the team and share it - goal is to improve install experience