Provides an API for CRUD operations of a contacts with some test case examples. Includes the operations like GET, POST, PUT, PATCH and DELETE with standards
.NETCORE 2.2, DOCKER, MSTEST, MSYSQL
dotnet restore :- to restore the project dotnet build :- to build the project dotnet test :- to test the project run the dockerbuildrun.sh file to up the API on your local docker use http://localhost:5000/swagger/index.html which show you all the endpoints in the project