Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishabh-pandey-sternx/graphql-express-mongodb
GraphQL server on Node using Express and connect to Mongo DB using Mongoose.
https://github.com/rishabh-pandey-sternx/graphql-express-mongodb
graphql graphql-express-mongodb graphql-playground graphql-server mongo-db mongodb mongoose playground
Last synced: about 2 months ago
JSON representation
GraphQL server on Node using Express and connect to Mongo DB using Mongoose.
- Host: GitHub
- URL: https://github.com/rishabh-pandey-sternx/graphql-express-mongodb
- Owner: rishabh-pandey-sternx
- Created: 2018-03-16T10:56:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T12:35:10.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T05:43:23.962Z (3 months ago)
- Topics: graphql, graphql-express-mongodb, graphql-playground, graphql-server, mongo-db, mongodb, mongoose, playground
- Language: JavaScript
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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*|* Run ``` npm start ``` to start dev mode .
* Once the server is up, go to browser and run http://localhost:3000/.
## 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.