Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 515 Bytes

backend

The tooling is built using dotnet core. Part of the mini-game.

Install and run

The following commands will get you started:

Command Description
dotnet restore Update local packages.
dotnet build Compile and build assebblies.
dotnet run Builds and starts the server. Connect to http://localhost:5000.

Structre

The backend is a .NET Core application, using Kestrel for serving up the frontend and SignalR for communiation.