Sample ASP.NET web application using Azure Cosmos DB for Gremlin.
Task | Link |
---|---|
Downloaded latest source code | https://github.com/azurecosmosdb/quickstart-gremlin-dotnet/releases/latest/download/project.zip |
Open in GitHub Codespaces | https://codespaces.new/AzureCosmosDB/quickstart-gremlin-dotnet?template=true&quickstart=1 |
-
Replace the credentials in web/Program.cs with your Azure Cosmos DB for Gremlin account's credentials.
-
Start the application:
cd web dotnet run