Contacts Api

RESTful Api to handle contacts. WebAPI developed using the Repository pattern to handle de data access logic and Entity Framework to handle the app entities

Getting Started

Prerequisites

Running

navigate to the WebAPI folder and execute the command

dotnet run

Running the tests

Navigate to the Tests folder and execute the command

dotnet test

After executing this, the app will be running at the port 5001. It can be reached using the url http://localhost:5001 (using Postman for example)

Built With

License

MIT