API created in .net core 3.1 to manage contacts.
This API allows you to perform the following features:
1. List all registered contacts;
2. Create new contact;
3. Update a contact's data;
4. Remove an existing contact;
1. API references:
1.1. https://localhost:5002/swagger/index.html
1. To run the api, please follow the steps below:
1.1. Open the solution open_assessemnt_contacts\AOAPI\src\Open.Assessement.Contacts.sln
1.2. set as project to start the project 0 - API\Open.Assessement.Contacts.Api
1.3. start debugging (In windoows, press F5)
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files: