It will contain common designs Patterns that I've implemented or used.
This project is using SQLite and liquibase. Install liquibase-3.5.5 and add it to the Path environment variable. LINK Then Run:
> cd src/Design.Patterns.WebApi/sqlite-database/
> liquibase update
dotnet new webapi -n Design.Patterns.WebApi