bharney / JSStarterDocker

.Net Core 2.1 C# with React Starter Project that provides Identity Authentication and Authorization using JWT. Based on .NET Core JavaScriptServices Spa React + Redux using TypeScript. Additional support available for Docker and ARM Templating. Project uses Key Vault for secrets and EntityFrameworkCore to migrate Identity tables.
https://jsstarter.azurewebsites.net
17 stars 3 forks source link

Allow user to Avoid Setting up KeyVault #28

Closed bharney closed 5 years ago

bharney commented 6 years ago

When setting up fresh, one of the dependencies is KeyVault for secrets.

bharney commented 5 years ago

Simple dotnet command is not available. However, there is a startup script that allows the user to get setup.

Setup scripts and folder structure have been added to the forked repo (JSStarter)[https://github.com/bharney/JSStarter]. scripts > setup.ps1 should be all that is needed to run the setup. This will spin up the dependencies for the ARM Template and save the secrets to the key vault.