//Update following settings in AppSettings.Development.json
"DbConfiguration": {
"DbName": "StarUniversity",
"Container": "Students",
"Account": "<put your cosmos db accountid here>",
"Key": "<put your cosmos db key here>"
}
There is no UI for this but the apis can be called using the swagger UI. Run the app using IIS express and the default url should open up the swagger UI.