Skip to content

This project intends to be a GraphQL server with several quotes from famous artist and celebrities.

License

Notifications You must be signed in to change notification settings

uqmessias/quotes-gql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project intends to be a GraphQL server with several quotes from famous artist and celebrities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published