This file mainly serves as a placeholder to insure the /wwwroot folder is included in the git repo.

Getting Started

Requirements

dotnet core 3.1 or later

  1. get the project: />git clone https://github.com/raddevus/QRCodeGen
  2. change directory to the local repo and run />dotnet restore
  3. gets all req DLLs
  4. build the project />dotnet build
  5. start the web site />dotnet run
  6. open the link ==> https://localhost:5001/readme.htm
  7. Try out the links below...

Project Details

Here are some details of the project

Test Links

Linux Installation (Ubunutu)

You may find it necessary to install the libgdiplus package if you get related errors. The following fixed it for me:
$ apt-get install -y libgdiplus