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:
-
Setup MySQL on your localhost
-
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
-
dotnet restore
-
dotnet run
Have fun!