/NET.Mysql.Sample

Sample of a .NET Core Application using Clean Architecture Design

Primary LanguageC#MIT LicenseMIT

NET.Mysql.Sample

An sample of an .NET Core Web API using Clean Arch design.

This is an functional application with use cases to list and create simple contacts, and with an example of an isolated integration test using SpecFlow wich initializes an instance of the application using its own configuration and call the endpoits available in the scenario.

Its health check is also configured, as well as how to handle with customized validations and response with a filter.

Application

Application

Tests

Integrated