SrinivasJoshi / graphql-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN + GraphQL project

Tech Used :

Frontend : React.js
Backend : Express server
Database : MongoDB

Why use GraphQL ?

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.Send a GraphQL query to your API and get exactly what you need, nothing more and nothing less.

Apollo Client on Frontend :

  • Declarative data fetching: Write a query and receive data without manually tracking loading states.
  • Community driven: Share knowledge with thousands of developers in the GraphQL community.

REST vs GraphQL

REST-API Screenshot

GraphQL Screenshot

About


Languages

Language:JavaScript 89.9%Language:HTML 7.4%Language:CSS 2.7%