All Projects β†’ leonardomso β†’ Graphql Mongodb Server

leonardomso / Graphql Mongodb Server

A GraphQL MongoDB server.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Graphql Mongodb Server

Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (+19.01%)
Mutual labels:  graphql, mongodb, express, boilerplate
Next Graphql Blog
πŸ–Š A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (-37.19%)
Mutual labels:  graphql, mongodb, express
Express Graphql Boilerplate
Express GraphQL API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 201 (-16.94%)
Mutual labels:  graphql, express, boilerplate
Saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Stars: ✭ 2,720 (+1023.97%)
Mutual labels:  mongodb, express, boilerplate
Express Rest Boilerplate
βŒ›οΈ Express starter for building RESTful APIs
Stars: ✭ 1,794 (+641.32%)
Mutual labels:  mongodb, express, boilerplate
Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (-36.78%)
Mutual labels:  mongodb, express, boilerplate
Api.xiaoduyu.com
🐟小度鱼 - εΉ΄θ½»δΊΊηš„δΊ€ζ΅η€ΎεŒΊ https://www.xiaoduyu.com
Stars: ✭ 168 (-30.58%)
Mutual labels:  graphql, mongodb, express
Wertik Js
πŸ’ͺ A library that powers your app with GraphQL + Rest API
Stars: ✭ 56 (-76.86%)
Mutual labels:  graphql, mongodb, boilerplate
Intro To Graphql
[Course] Introduction to GraphQL
Stars: ✭ 175 (-27.69%)
Mutual labels:  graphql, mongodb, express
Fullstackopen
Exercises for the Full Stack Open course.
Stars: ✭ 214 (-11.57%)
Mutual labels:  graphql, mongodb, express
Mevn Stack
A Quickstart for building an Express API with a VueJS Admin Portal
Stars: ✭ 178 (-26.45%)
Mutual labels:  mongodb, express, boilerplate
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (-53.72%)
Mutual labels:  mongodb, express, boilerplate
Boilerplate Vue Apollo Graphql Mongodb
Start your magical stack journey!
Stars: ✭ 85 (-64.88%)
Mutual labels:  graphql, mongodb, express
Node Rem
Node REM - NodeJS Rest Express MongoDB and more: typescript, passport, JWT, socket.io, HTTPS, HTTP2, async/await, nodemailer, templates, pagination, docker, etc. Live Demo: https://node-rem-ngduc.vercel.app
Stars: ✭ 192 (-20.66%)
Mutual labels:  mongodb, express, boilerplate
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+421.07%)
Mutual labels:  mongodb, express, boilerplate
Frisky
🍿 Open Source GraphQL API for Online Shows
Stars: ✭ 161 (-33.47%)
Mutual labels:  graphql, mongodb, express
Blog Service
blog service @nestjs
Stars: ✭ 188 (-22.31%)
Mutual labels:  graphql, mongodb, express
Express Mvc Boilerplate
A simple mvc boilerplate for express.js (gulp + expressjs + nodemon + browser-sync)
Stars: ✭ 46 (-80.99%)
Mutual labels:  mongodb, express, boilerplate
Icinema
A Full Stack MERN app with CRUD operations for theatres where users can search for movies that are available and admin can add a movie to the list and much more.
Stars: ✭ 51 (-78.93%)
Mutual labels:  mongodb, express, boilerplate
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (-27.69%)
Mutual labels:  mongodb, express, boilerplate


GraphQL MongoDB Server

GraphQL MongoDB Server

A server boilerplate using GraphQL and MongoDB.

PRs Welcome License MIT


Introduction

This is a server boilerplate using GraphQL and MongoDB. Support subscriptions using GraphQL Yoga.

Getting started

  1. Clone this repo using https://github.com/leonardomso/graphql-mongodb-server.git
  2. Move to the appropriate directory: cd graphql-mongodb-server.
  3. Run yarn or npm install to install dependencies.
  4. Set .env file with your mongoURI.
  5. Run npm start to see the example app at http://localhost:4000/playground.

Commands

  • npm start - start the playground at http://localhost:4000/playground

License

MIT license, Copyright (c) 2018 Leonardo Maldonado.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].