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 -
yarnornpm install -
yarn start,npm startornode index.js
-
-
Open your browser on
localhost:4000/graphqland enjoy 😄
You can checkout the whole Apollo Server documentation at https://apollographql.com.
This repository is MIT licensed, as found in the LICENSE file.