Skip to content

HPiirainen/climate-change-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published