====== 1.3 First Start ======
Verification after installation.
===== Start Server =====
WvdS.WebAPI.Data.Gateway.Api.exe
===== Expected Output =====
info: Microsoft.Hosting.Lifetime[14]
Now listening on: http://localhost:5000
info: Microsoft.Hosting.Lifetime[0]
Application started.
===== Test Requests =====
# Open Swagger UI
http://localhost:5000/swagger
# API test
curl http://localhost:5000/api/v1/dsn/demo/tables
===== Troubleshooting =====
^ Problem ^ Solution ^
| Port in use | Different port in appsettings.json |
| Access denied | Start as administrator |
| DB not reachable | Check firewall/connection string |