A GraphQL server for fetching data from The World Bank API.
The GraphQL Playground can be viewed at https://climate-change-back-hpiirainen.herokuapp.com/graphql, and the full app at https://climate-change-hpiirainen.herokuapp.com.
See also the repo for the front-end side.
The app is based on the Reaktor summer job challenge.
The backend side is built with Express, GraphQL and Apollo.
- Node.js
yarn
ornpm
Clone the repo
git clone https://github.com/HPiirainen/climate-change-backend.git
cd climate-change-backend
Install dependencies
yarn install
# or
npm install
Start the server
yarn start
# or
npm start