Covid 19 Service

Table Of Contents

Covid19 Service provides several endpoints to gather the latest information about the pandemic using the Free COVID-19 API

You must have the .Net Core 3.1 SDK installed.

It can be downloaded here: https://www.microsoft.com/net/download/core

Windows, Linux and Mac are supported.

Clone the repository.

git clone https://github.com/yeseniamolinab/covid19-api.git

Restore the tree of dependencies and run the project by using the following dotnet CLI commands:

dotnet restore
dotnet run

Build the solution:

dotnet build

Starting the server

The server can be started by running the following command:

dotnet run

Then visit http://localhost:5000/ in your Web browser or preferred HTTP client