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
- Host: GitHub
- URL: https://github.com/shpota/countries
- Owner: Shpota
- Created: 2021-08-07T07:03:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T20:46:13.000Z (almost 5 years ago)
- Last Synced: 2025-10-03T11:50:03.430Z (9 months ago)
- Topics: angular, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countries [](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