The code name for this project is "VodigiNG"
This project is based on:
-
Vodigi version 6.0 release at 10-06-2013.
-
Branch vodigi-6.0 https://github.com/poolborges/Vodigi/tree/vodigi-6.0
-
Original repository: http://sourceforge.net/projects/vodigi/files/
Screenshots
-
.NET Core 3
-
Container (Docker)
-
Databases Support: PostgresSQL, SQLServer, …
-
New Theme based one of those:
-
Material Admin (Material Design) https://github.com/BootstrapDash/Material-Admin
-
AdminLTE 3.0.0 (Boostrap) https://github.com/ColorlibHQ/AdminLTE
-
dotnet new classlib -o osVodigi.Domain dotnet new api -o osVodigi.WebApi dotnet new webapp -o osVodigi.WebApp dotnet new sln dotnet sln add osVodigi.Domain dotnet sln add osVodigi.WebApi dotnet sln add osVodigi.WebApp dotnet add osVodigi.WebApi reference osVodigi.Domain dotnet add osVodigi.WebApp reference osVodigi.Domain