This is a Vue.js web application that uses country-info API to consume states and county information.
This web site is running on a Docker container with nginx, so it is required to have Docker installed.
Before starting this project please run the API
- Run country-info API
docker compose up -d
To navigate in this website please visit http://localhost:8080
This project is intended for local usage only.