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.
- ASP.NET Core 2.0 Razor Pages
- JQuery
- Bootstrap
- Cosmos DB SQL .NET API
- Built in Visual Studio
- Create a Cosmos DB Database
- Open project in favorite editor or IDE of choice.
- Open
appsettings.json
, copy auth key and url endpoint from Cosmos DB in the Azure Portal, replace placeholders with those values. - Build and run. (Non VS users: use
dotnet run
on the command line in project root)