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)
Client: ReactJS, Apollo-Server
Server: NodeJS, ExpressJS, MongoDB, GraphQL
git clone https://github.com/SatabrataPaul-GitAc/GraphQL_FullStack.git
cd GraphQL_FullStack
npm install
npm start
cd client
npm install
npm start