Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 825 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 825 Bytes

Server Reference Solution Build Status

An example implementation of the Shelter API

This repository includes an example implementation of the Shelter API written in C# on the ASP.NET Core web framework. It leverages Azure AD as an authentication and authorization provider for the protected endpoints within the API and makes use of various best practices and standard libraries.

Running the Server

> dotnet run -p Shelter

Running the Test Suite

> dotnet test