Skip to content

Latest commit

 

History

History
35 lines (14 loc) · 836 Bytes

README.md

File metadata and controls

35 lines (14 loc) · 836 Bytes

Quotes with GraphQL

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.

How can run on my machine?

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 or npm install

    • yarn start, npm start or node index.js

  • Open your browser on localhost:4000/graphql and enjoy 😄

Further information

You can checkout the whole Apollo Server documentation at https://apollographql.com.

License

This repository is MIT licensed, as found in the LICENSE file.