Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 632 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 632 Bytes

TodoListing

Simple Todo API

Todo API using .Net Core 2 / Entity Framework

This API uses custom Authentification Scheme using "ApiKey" header provided in request. ApiKey is compared towards hardcoded values in appsettings.json. All api keys can be found under "ApiKeys" section of appsettings.json.

Entity Framework is used for CRUD .

Update Connection String "TodoListingDbContext" in appsettings.config to use any SQL Database.

Then Run "update-database" from package manager console to create dataBase.

"ApiKey" header needs to be provided with one of the hardcoded values in order to authenticate with each API Request