This is a basic ASP.Net Core Web API app that is focused on being as "RESTful" as possible, remaining as testable, scalable and as maintainable as possible. The Unit testing project is also in the repo.
The application uses EntityFrameworkCore in conjunction with Npgsql to use a PostgreSQL database as opposed to a MS SQL Server Database.
A fun little project to sharpen one's Web API muscle.