MediaKiwi 2.0
Nuget
NPM
Running the sample application
- Run
npm run install:mediakiwi.vueto install NPM dependencies - Import
SqlScripts/mediakiwi.bacpacto your SQL Server to create the MediaKiwi database. - Ask a Supershift Entra Admin go give you the required user roles (User and Admin) in entra. Give them this link. https://portal.azure.com/#view/Microsoft_AAD_IAM/ManagedAppMenuBlade/~/Users/objectId/a7d9b2e0-1526-482d-ac95-0fdb6eef4bb4/appId/7cd2eddb-b79e-4e04-ac24-0011821ccb8e/preferredSingleSignOnMode~/null/servicePrincipalType/Application/fromNav/
- Manage user secrets for the
Sushi.MediaKiwi.SampleAPIproject and set the following configuration:
{
"ConnectionStrings": {
"portal": "Server=localhost;Initial Catalog=mediakiwi;Persist Security Info=False;Integrated Security=SSPI;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;"
},
"AddCORS": true
}
Update api client for "Sushi.MediaKiwi.SampleAPI"
- Build Sushi.MediaKiwi.SampleAPI C# project
- Run
npm run api:updatefor the Mediakiwi client - Run
npm run api:update:samplefor the sample client