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

https://github.com/shpota/countries

A UI for showing countries and currencies
https://github.com/shpota/countries

angular javascript typescript

Last synced: 9 months ago
JSON representation

A UI for showing countries and currencies

Awesome Lists containing this project

README

          

# Countries [![build](https://github.com/Shpota/countries/actions/workflows/build.yml/badge.svg)](https://github.com/Shpota/countries/actions/workflows/build.yml)

Show countries and currencies

## Requirements

You have to have Docker installed in order to build and run the project

## How to run

Build:
```sh
docker build -t=countries .
```
Run:
```sh
docker run -p 4200:4200 countries
```
Access the application via http://localhost:4200