Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 989 Bytes

File metadata and controls

24 lines (13 loc) · 989 Bytes

Contact List Quiz

Introduction

In this exercise, you have to implement RESTful Web API for maintaining a contact list.

  1. Everybody has to do his/her best to come up with a solution.

  2. Earn one point for your grade if you implement all requirements specified in the swagger.yaml file. Notify me via GitHub issue if you succeeded and want the extra points.

Specification

  1. Use C# and ASP.NET Core to implement the Web API.

  2. Your Web API must implement the technical specification defined in swagger.yaml.

  3. If possible, use ASP.NET Core 3. ASP.NET Core 2.2 is also acceptable.

Hints

  1. View the Swagger specification in the Swagger Editor.
    Swagger Editor

  2. Consider Azure App Service for hosting your Web API in the Internet.