Using .Net Core C#, Dapper ORM with Microsfot Sql Server DataBase. Docker file to deploy and other pkgs
You need to have SQL Server locally or on some cloud service like azure
1: clone with git.
2: open in code editor like Visual Studio - VSCode.
3: Change your own database host in appsettings.json file located into QualificationApp.Api folder
4: Run included slq scripts [ sqlquerys.sql ] It's into QualificationApp.Utilities
| Finally RUN
dotnet run --project QualificationApp.Api.csproj
With ❤️ by raulcv