Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 744 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 744 Bytes

GraphQL MongoDB Express Server

GraphQL server on Node using Express and connect to Mongo DB using Mongoose.

Important Files and Folders

File/Folder Description
index.html The main HTML file
index.js GraphQL Express Server
graphql Folder related to graphQL Schema.
model Folder related to Mongoose(mongodb) Schema and Model

Todo

  • Write Gulp task for build in production
  • use Express Middlewares (Passport , cors , multer etc .)
  • Use MongoDb geospatial query with graphQl
  • Make it CRUD .
  • Add more query, mutation , subscription with GrahQl.