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

https://github.com/codeluminary/countries-api-using-nodejs-and-graphql

This project is an API about countries, cities and their airport information. It can be used in flight booking application or other applications that require countries information.
https://github.com/codeluminary/countries-api-using-nodejs-and-graphql

cities countries graphql nodejs rest-api

Last synced: 8 days ago
JSON representation

This project is an API about countries, cities and their airport information. It can be used in flight booking application or other applications that require countries information.

Awesome Lists containing this project

README

          

# Countries Api using Node.js and GraphQL

This is the project is a rest and graphQL api which gives information about countries and their cities including the airport the cities have.

## Usage

### Install dependencies

```
npm install
```

### Run the JSON server (http://localhost:5000)

```
npm run dev
```