Skip to content

Latest commit

 

History

History
99 lines (72 loc) · 2.41 KB

README.adoc

File metadata and controls

99 lines (72 loc) · 2.41 KB

Vodigi Next Generation (VodigiNG)

GPL v3 License Build Status (Github CI)

ℹ️
Generated: 2025-01-13 21:59:37 -0800

1. Summary

The code name for this project is "VodigiNG"

This project is based on:

2. osVodigix6

Screenshots (OLD VERSION

Vodigi6 :: Login
Vodigi6 :: Manager

3. VodigiNG

Screenshots

KOS :: Livescreen Manager Console
KOS :: Livescreen Tenant Console

3.1. Future is coming

How to create osVodigi Next
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

4. Reference

TODO…​