First-Time Config
After Installing the Admin API, there are a couple manual steps that must be completed before the application can be used.
1. Launch the Application
The database is now initialized and ready to function. Visit the configured URL
from a browser (or launch from IIS or Docker Desktop if using those) and verify
the application is running. The root page (/) should return JSON with the API
and Build versions. Additionally you can visit /swagger/index.html if Swagger
is enabled in appsettings and view the web-based documentation.
Sample Response from /
{
"version": "2.0",
"build": "2.0.0.0"
}
