A web application built with .NET Core 2.2 that displays minor details of countries searched using REST Countries API
- .NET Core 2.2
- C# 7.0
- Or, follow this guide.
- Clone the repository
git clone https://github.com/acnacor/CountriesAPI_Search.git
cd CountriesAPI_Search
- Execute the app with the dotnet CLI
dotnet run --project .\CountriesAPI_Search\
- Open a browser and enter the following link
http://localhost:5000