marothi-codes / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C# 100.0%