Skip to content

LuisAcerv/graphql-api-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple GraphQL bitcoin price

Introduction

This project is intended to provide a gentle introduction to GraphQL API design.

The project uses the blockcian.info API to GET the current bitcoin prices and then serve them through a GraphQL Yoga server

How to run

  1. Clone this repository: git clone https://github.com/LuisAcerv/graphql-api-tutorial.git.

  2. Install the dependencies: yarn install or npm install.

  3. Run the app: npm start.

  4. Go to: http://localhost:4000

  5. Have fun!

How to get all available prices

In your http://localhost:4000

How to get a currency price

In your http://localhost:4000

About

GraphQL api tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published