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.
- Host: GitHub
- URL: https://github.com/codeluminary/countries-api-using-nodejs-and-graphql
- Owner: CodeLuminary
- Created: 2021-09-14T07:22:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T13:13:46.000Z (over 4 years ago)
- Last Synced: 2026-01-03T22:23:18.747Z (3 months ago)
- Topics: cities, countries, graphql, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```