k3rielit / mdns

A few useful tools for a dead java game. (C# REST API, Vanilla JS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDNS

Repository overview

Path Description
web-api/ A .NET 6 API written in C#. Probably REST.
web-frontend/ For now, a simple HTML,CSS,JS prototype, with some working elements.
run-web-api.bat Builds and runs the web-api app, and runs the default browser to access Swagger.
install-dotnet-packages.bat Tries to install the required dependencies (only for this project).

Take a look inside the README.md files next to the projects for more details, such as dependencies, instructions, etc.

How to download

GitHub Desktop / Visual Studio / Download as Zip. Or from the command line, go to a directory, and run this command:

git clone https://github.com/k3rielit/mdns

This will create a new directory there, with the name of the repository (mdns), and clones the files into that. On Windows, just go to a directory with File Explorer, then Shift + Right Click, Open PowerShell window here, paste this code and press Enter.

About

A few useful tools for a dead java game. (C# REST API, Vanilla JS)

License:GNU General Public License v3.0


Languages

Language:HTML 44.0%Language:JavaScript 36.0%Language:C# 19.2%Language:CSS 0.8%Language:Batchfile 0.1%