Build and Test
How to build, explore and test application
Emulator
Use the Azure Cosmos DB Emulator for local development and testing. You can download and install the Azure Cosmos Emulator from the Microsoft Download Center.
Build
Run Cosmos.Toggles.Ui.Api.csproj and explore the swagger to exemplify all application flow. Execute command in the cosmos-toggles/src project path:
dotnet run --project ./Ui/Cosmos.Toggles.Ui.Api/Cosmos.Toggles.Ui.Api.csproj
For access swagger, enter https://localhost:44362/swagger/index.html in your browser.

Test
Download the free Postman app to get started.
Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs—faster.
Open Postman and import Cosmos Toggles Collection from link:
https://www.getpostman.com/collections/80a0e2627584345149ed
Run collection and results might look something like this:

Last updated
Was this helpful?