Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clifftech123/countrydatadotnetdemo

This repository contains a demo on how to use the CountryData.NET Standard package. This example is implemented with Blazor and .NET Core.
https://github.com/clifftech123/countrydatadotnetdemo

Last synced: about 8 hours ago
JSON representation

This repository contains a demo on how to use the CountryData.NET Standard package. This example is implemented with Blazor and .NET Core.

Awesome Lists containing this project

README

        

# CountryData.NET Package Demo

This repository contains a demo on how to use the CountryData.NET Standard package. This example is implemented with Blazor and .NET Core.

## Technologies Used

- .NET Core
- Blazor

## Getting Started

To get started with this demo:

1. Clone the repository:
```bash
git clone https://github.com/Clifftech123/CountryDataDotnetDemo.git
```

2. Navigate to the project directory:
```bash
cd CountryDataDotnetDemo.net
```

3. Build the project:
```bash
dotnet build
```

4. Run the project:
```bash
dotnet run
```

Learn how to use the package with your project [Here](https://github.com/frankodoom/CountryData.Net)