This repo is made to learn about GraphQL in Node.js using Apollo Server.
To get this website running locally, type this into your terminal:
$ git clone git@github.com: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.
Do you have questions or feedback? Then the reach out to me on Email, Facebook, Twitter, or LinkedIn.
GNU General Public License v3.0, Copyright (c) 2021 Pravasta Caraka Bramastagiri