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
-
Clone this repository:
git clone https://github.com/LuisAcerv/graphql-api-tutorial.git. -
Install the dependencies:
yarn installornpm install. -
Run the app:
npm start. -
Go to:
http://localhost:4000 -
Have fun!
In your http://localhost:4000
In your http://localhost:4000

