To run NLess.IO, you need to install following:
Go to https://www.microsoft.com/de-de/sql-server/sql-server-downloads and download/use the MSSQL Server.
To get NLess.IO running you need a web server. This can be IIS Express on your local machine or IIS in a hosted enviroment. On Azure it will be the App Service.
Install .NET Core 8.0 and download from https://dotnet.microsoft.com/en-us/download/dotnet/8.0
The installation can be done with a few lines on your console.
> dotnet new install NLess.IO.Template
> dotnet new nless --name [PROJECT-NAME]
Create a new database for NLess.IO. No futher configuration needed.
Database connection will be set up during first start.