Skip to content

GraphQL Full Stack is a project demonstrating how we can query and mutate data on a server using graphql queries from the front-end side (REACT) and also replacing traditional REST API endpoints with GraphQL based server side endpoints (NODEJS AND EXPRESSJS)

Notifications You must be signed in to change notification settings

SatabrataPaul-GitAc/GraphQL_FullStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL FullStack

GraphQL ReactJS NodeJS ExpressJS MongoDB

GraphQL Full Stack is a project demonstrating how we can query and mutate data on a server using graphql queries from the front-end side (REACT) and also replacing traditional REST API endpoints with GraphQL based server side endpoints (NODEJS AND EXPRESSJS)

Tech Stack

Client: ReactJS, Apollo-Server

Server: NodeJS, ExpressJS, MongoDB, GraphQL

Run Locally

Clone the project

  git clone https://github.com/SatabrataPaul-GitAc/GraphQL_FullStack.git

Go to the project directory

  cd GraphQL_FullStack

Install dependencies

  npm install

Start the Backend Server locally

  npm start

Install Frontend dependencies

  cd client
  npm install

Start the Frontend Server locally

  npm start

About

GraphQL Full Stack is a project demonstrating how we can query and mutate data on a server using graphql queries from the front-end side (REACT) and also replacing traditional REST API endpoints with GraphQL based server side endpoints (NODEJS AND EXPRESSJS)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published