Skip to content

Just learn about GraphQL in Node.js using Apollo Server

License

Notifications You must be signed in to change notification settings

pravastacaraka/graphql-playground

Repository files navigation

GraphQL Playground

This repo is made to learn about GraphQL in Node.js using Apollo Server.

Requirements

  1. Apollo Server
  2. GraphQL
  3. Mongoose
  4. MongoDB
  5. Nodemon

Get it running locally

To get this website running locally, type this into your terminal:

$ git clone [email protected]:pravastacaraka/graphql-playground.git graphql-playground
$ cd graphql-playground
$ npm install # or yarn
$ nodemon index.js

Please create .env file like .env.example to store your database connection url. Then run https://localhost:4000/graphql in the browser.

Question or Feedback

Do you have questions or feedback? Then the reach out to me on Email, Facebook, Twitter, or LinkedIn.

License

GNU General Public License v3.0, Copyright (c) 2021 Pravasta Caraka Bramastagiri