kedzior-io / dotnetpwa

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:CSS 78.3%Language:C# 21.7%