All Projects → aerogear → Create Graphql

aerogear / Create Graphql

Licence: mit
Command-line utility to build production-ready servers with GraphQL.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Create Graphql

Blog Service
blog service @nestjs
Stars: ✭ 188 (-57.37%)
Mutual labels:  graphql, graphql-server, mongoose, express, koa
koa-server
🗄️ GraphQL Back-end Server with Relay, Koa, MongoDB and Mongoose
Stars: ✭ 31 (-92.97%)
Mutual labels:  relay, koa, mongoose, graphql-server
Relay Fullstack
☝️🏃 Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
Stars: ✭ 986 (+123.58%)
Mutual labels:  graphql, relay, boilerplate, yeoman
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (-34.69%)
Mutual labels:  graphql, mongoose, express, boilerplate
Apollo Server
🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
Stars: ✭ 12,145 (+2653.97%)
Mutual labels:  graphql, graphql-server, express, koa
Koa Passport Mongoose Graphql
Koa 2 server with Passport + Mongoose + GraphQL
Stars: ✭ 190 (-56.92%)
Mutual labels:  graphql, koa, boilerplate
Rails Devise Graphql
A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
Stars: ✭ 199 (-54.88%)
Mutual labels:  graphql, graphql-server, boilerplate
Express Graphql Boilerplate
Express GraphQL API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 201 (-54.42%)
Mutual labels:  graphql, express, boilerplate
Graphql Dataloader Boilerplate
Very simple boilerplate using GraphQL and DataLoader
Stars: ✭ 405 (-8.16%)
Mutual labels:  graphql, relay, boilerplate
Frisky
🍿 Open Source GraphQL API for Online Shows
Stars: ✭ 161 (-63.49%)
Mutual labels:  graphql, mongoose, express
Graphql Mongodb Server
A GraphQL MongoDB server.
Stars: ✭ 242 (-45.12%)
Mutual labels:  graphql, express, boilerplate
Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (-17.46%)
Mutual labels:  mongoose, express, boilerplate
Parse Server
API server module for Node/Express
Stars: ✭ 19,165 (+4245.8%)
Mutual labels:  graphql, graphql-server, relay
Graphql Ws
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
Stars: ✭ 398 (-9.75%)
Mutual labels:  graphql, relay, express
Intro To Graphql
[Course] Introduction to GraphQL
Stars: ✭ 175 (-60.32%)
Mutual labels:  graphql, mongoose, express
Practice
💦 你没有见过的终极实战
Stars: ✭ 283 (-35.83%)
Mutual labels:  mongoose, express, koa
Graphql Up
Get a ready-to-use GraphQL API for your schema
Stars: ✭ 415 (-5.9%)
Mutual labels:  graphql, graphql-server, relay
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+665.76%)
Mutual labels:  graphql, boilerplate, relay
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 (-65.53%)
Mutual labels:  graphql, mongoose, express
Vue Express Mongo Boilerplate
⭐ MEVN Full stack JS web app boilerplate with NodeJS, Express, Mongo and VueJS
Stars: ✭ 2,814 (+538.1%)
Mutual labels:  graphql, express, boilerplate

Create-GraphQL Logo

Create GraphQL

Create production-ready GraphQL servers

NOTE: New command line client is currently under construction

About

Create-GraphQL is a command-line utility to build production-ready servers with GraphQL and also generate Mutations, Types and more into existent projects

Check out the post Announcing Create-GraphQL on Entria medium

Install

With Yarn:

yarn global add create-graphql

With NPM:

npm install --global create-graphql

Usage

You can create a brand new GraphQL project:

create-graphql init GraphQLProject

And can generate single files for Mutation, Type and others:

create-graphql generate --mutation Story

This generates a StoryAddMutation and StoryEditMutation

See more usage examples in the docs

Contributing

If you want to contribute, see the Contributing guidelines before and feel free to send your contributions.

Feedbacks

We love the feedbacks. It's help us to continue grow and improve. Give your feedbacks by open an issue. We will be glad to discuss your suggestions!

License

MIT © Lucas Bento

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].