Skip to content

A basic project to highlight the use of GraphQL via Apollo Server

Notifications You must be signed in to change notification settings

waihong87/graphql-apollo-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-apollo-tutorial

A basic project to highlight the use of GraphQL via Apollo Server

  1. It contains 3 main files:

    • typeDefs.js - to define operations and data
    • resolvers.js - to execute the operations
    • server.js - to run the server
  2. This project is meant to run on mongoDB and it defaults to mongodb://localhost:27017/react-apollo-tutorial

  3. In order to use:

    • Make sure mongoDB is installed and is running
    • Run npm install to install all neccesary dependencies
    • On command line: npm run server
    • Open the url localhost:4000 to run the graphQL Playground

About

A basic project to highlight the use of GraphQL via Apollo Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published