ASP.NET C# REST API

Description

This demo project was created using Microsoft .NET 6 and C#. The project consists of a Rest Web API that accesses a database containing a list of TV series. All CRUD operations are implemented. It is possible to add, update, delete and query TV genres and shows. It uses PostgreSQL as a database in conjunction with the ORM Entity Framework. The following Design Patterns are implemented: Generic Repository, Specification, Unit of Work and MVC.

Frameworks and tools

.NET

Docker

PostgreSQL