Skip to content

codessintheclassroom/server-reference-solution

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published