This repository intends to be a simple implementation based on Apollo Server' Getting started guide of a list of quotes from famous artists and celebrities.
It's simple, you can follow these steps in order to get it running into your machine:
-
Clone this repository
-
In your terminal run:
-
cd quotes-gql
-
yarn
ornpm install
-
yarn start
,npm start
ornode index.js
-
-
Open your browser on
localhost:4000/graphql
and enjoy 😄
You can checkout the whole Apollo Server documentation at https://apollographql.com.
This repository is MIT licensed, as found in the LICENSE file.