FlippingFlips / NetPinProc.Game.Server

Managing NetPinProc game and data through a web server hosted on pinball machine or local.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetPinProc.Game.Server


❓ What is it?

Managing NetPinProc game and data through a web server hosted on pinball machine. Client pages written in Blazor using MudBlazor material design controls library.

⚡ Getting Started

Setup a path to local database file in the Server/appsettings.json, defaults to C:\netproc.db

🔧 Building and Running

  • Setup nuget souce to download packages or use packages locally
  • (Client) NetPinProc.Domain
  • (Server) NetPinProc.Game.Sqlite
  • Run the server project any machine with dotnet
  • Host as service with dotnet on linux (todo)

About

Managing NetPinProc game and data through a web server hosted on pinball machine or local.

License:MIT License


Languages

Language:HTML 62.7%Language:C# 20.1%Language:CSS 11.6%Language:JavaScript 5.6%