/UrlNotes

Reference for CosmosDB repository.

Primary LanguageC#Apache License 2.0Apache-2.0

Url Notes

ASP.NET Web application that uses Azure Cosmos DB to manage favorite docs and videos, with the ability to add personal notes for each individual url.

View the blog post here

Try Cosmos DB

How it's built

  • ASP.NET Core 2.0 Razor Pages
  • JQuery
  • Bootstrap
  • Cosmos DB SQL .NET API
  • Built in Visual Studio

How to run

  1. Create a Cosmos DB Database
  2. Open project in favorite editor or IDE of choice.
  3. Open appsettings.json, copy auth key and url endpoint from Cosmos DB in the Azure Portal, replace placeholders with those values.
  4. Build and run. (Non VS users: use dotnet run on the command line in project root)