This repository contains NodeJs, ExpressJs, MongoDB(mongoose), GraphQL, and Apollo Server.
npm install
npm run dev
For production
npm start
The current repository contains the basic boilerplate for GraphQL with the Apollo server with NodeJs, Express Js, and Database Mongo DB. Here We have an example of the Employees Schema with CRUD operations.
After Starting the Server We can redirect to http://localhost:4000/graphql to check the Quries and Mutation.