Skip to content

Example of PWA (Progressive Web App) made with asp.net core, MySQL and hosted on Azure

License

Notifications You must be signed in to change notification settings

kedzior-io/dotnetpwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of PWA (Progressive Web App) made with asp.net core, MySQL and hosted on Azure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published