REST API project built with ASP.NET Core 3.1 with endpoints to work with the todo items.
Prerequisites
- Azure Cosmos DB Emulator
- appsettings.Development.json being updated with db connection strings
- Running the API project will ensure both Cosmos DB containers are created in Cosmos DB Emulator, and Identity database is created in the in-memory database or the SQL Server depending on the setup in DatabaseConfig.cs.
- Running the API project will also seed application data and identity data.
Run API
- Run API using Visual Studio