/command-api

A RESTful API app build using ASP.Net Core 3.1 and also has an accompanying Test project to test the API controller

Primary LanguageC#MIT LicenseMIT

ASP.Net Core Commands REST API App with Tests & an Azure DevOps CI/CD Pipeline

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.