Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 953 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 953 Bytes

Climate Change Backend

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.

Background

The app is based on the Reaktor summer job challenge.

The backend side is built with Express, GraphQL and Apollo.

Getting started

Prerequisites

  • Node.js
  • yarn or npm

Install

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