Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 785 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 785 Bytes

dotnetpwa

Example of PWA (Progressive Web App) with login and registration. Made with asp .net core, Identity, MySQL and hosted on Azure (free account).

Live preview: https://dotnetpwa.azurewebsites.net/

Installation steps:

  1. Setup MySQL on your localhost

  2. Setup connection string as environment variable:

    Variable name: MYSQLCONNSTR_localdb

    Variable value: server=localhost;port=3306;database=aspnetcore_identity_pwa;uid=kedzior;password=kedzior

    When using Azure, use activate MySQL In App

  3. dotnet restore

  4. dotnet run

Have fun!

login-kedzior io dotnetpwa