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
- get the project: />git clone https://github.com/raddevus/QRCodeGen
- change directory to the local repo and run />dotnet restore
gets all req DLLs
- build the project />dotnet build
- start the web site />dotnet run
- open the link ==> https://localhost:5001/readme.htm
- 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