/graphql-crud

CRUD Operation using GraphQL (Apollo Client & Server), Node, React and MongoDB

Primary LanguageJavaScript

CRUD Application

This application has client (React JS, GraphQL) and server (GraphQL, Node JS) part. To run the application we need to run both the client and server separately.

Server

Step-1

Navigate to server directory cd server

Step-2

Install all modules npm i

Step-3

Run the server node server.js

Client

Step-1

Navigate to client directory cd client

Step-2

Install all modules npm i

Step-3

Run the server npm start