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.
> dotnet run -p Shelter
> dotnet test