Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1.24 KB

README.md

File metadata and controls

18 lines (17 loc) · 1.24 KB

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.