Skip to content

acnacor/CountriesAPI_Search

Repository files navigation

Countries Search

A web application built with .NET Core 2.2 that displays minor details of countries searched using REST Countries API

Getting Started

Prerequisites

Execution

  1. Clone the repository
git clone https://github.com/acnacor/CountriesAPI_Search.git
cd CountriesAPI_Search
  1. Execute the app with the dotnet CLI
dotnet run --project .\CountriesAPI_Search\
  1. Open a browser and enter the following link
http://localhost:5000