Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 722 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 722 Bytes

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