The Country and City API is an open source API that provides information about countries and cities around the world. It allows developers to retrieve data such as country names, capital cities, population, and more.
- Retrieve a list of all countries
- Get detailed information about a specific country
- Search for countries by name or code
- Get a list of cities within a country
- Retrieve information about a specific city
-
Clone the repository:
git clone https://github.com/your-username/your-repo.git
-
Install the dependencies:
npm install
-
Start the API server:
npm start