All Projects → ignivalancy → hano-graphql

ignivalancy / hano-graphql

Licence: MIT License
GraphQL, Hapi and Node Project For Scaleable Apps.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to hano-graphql

fullstack-apollo-subscription-example
A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.
Stars: ✭ 72 (+453.85%)
Mutual labels:  apollographql, apollo-server, apollo-subscription
apollo-graphql-tutorial
Learning apollo graphql version 2.x with Node.js
Stars: ✭ 18 (+38.46%)
Mutual labels:  apollographql, apollo-server, apollo-subscription
Apollo2 Subscriptions How To
Apollo Server 2 how to setup subscriptions
Stars: ✭ 125 (+861.54%)
Mutual labels:  mongoose, apollographql, apollo-server
Sinn Server
an node server for sinn,that based on of nodejs,koa2,mongoose,docker,nginx,es6/7,Resful API,阿里云 http://servertest.boyagirl.com/
Stars: ✭ 228 (+1653.85%)
Mutual labels:  mongoose, async-await
Sinn
a blog based on of react,webpack3,dva,redux,material-ui,fetch,generator,markdown,nodejs,koa2,mongoose,docker,shell,and async/await 基于react+koa2技术栈的个人开源博客系统
Stars: ✭ 175 (+1246.15%)
Mutual labels:  mongoose, async-await
Intro To Graphql
[Course] Introduction to GraphQL
Stars: ✭ 175 (+1246.15%)
Mutual labels:  mongoose, apollo-server
merng
UNMAINTAINED - 🎊 This is boilerplate for MERN stack with GraphQL and with integrations like Redux and SSR 🎊
Stars: ✭ 14 (+7.69%)
Mutual labels:  apollographql, apollo-subscription
apollo-newrelic-extension
Apollo Server extension library for performing NewRelic transaction traces of graphql requests
Stars: ✭ 16 (+23.08%)
Mutual labels:  apollographql, apollo-server
nextjs-graphql-auth
Authentication system using NextJS, GraphQL, Apollo Client, Apollo Server, MongoDB, Nginx, Docker, Docker-Compose and Kubernetes
Stars: ✭ 27 (+107.69%)
Mutual labels:  apollo-server, apollo-subscription
graphql-resolver-cache
Caching for Graphql Resolvers
Stars: ✭ 18 (+38.46%)
Mutual labels:  apollographql, apollo-server
apollo-express-ts-server-boilerplate
No description or website provided.
Stars: ✭ 29 (+123.08%)
Mutual labels:  apollographql, apollo-server
hapi-moon
Hassle-free and production ready hapi.js Server boilerplate
Stars: ✭ 23 (+76.92%)
Mutual labels:  mongoose, hapijs
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+16146.15%)
Mutual labels:  mongoose, async-await
Koa Restful Boilerplate
Koa 2 RESTful API boilerplate
Stars: ✭ 146 (+1023.08%)
Mutual labels:  mongoose, async-await
Express Es6 Starter
Starter project for creating a MVC express server with MongoDB
Stars: ✭ 178 (+1269.23%)
Mutual labels:  mongoose, async-await
Nest User Auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
Stars: ✭ 145 (+1015.38%)
Mutual labels:  mongoose, apollo-server
express-mongoose-es8-rest-api
A Boilerplate for developing Rest api's in Node.js using express with support for ES6,ES7,ES8 ,Mongoose,JWT for authentication,Standardjs for linting
Stars: ✭ 20 (+53.85%)
Mutual labels:  mongoose, async-await
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+4538.46%)
Mutual labels:  mongoose, async-await
Graphql Advanced Projection
Fully customizable Mongoose/MongoDB projection generator.
Stars: ✭ 46 (+253.85%)
Mutual labels:  mongoose, apollo-server
apollo-log
A logging extension for the Apollo GraphQL Server
Stars: ✭ 64 (+392.31%)
Mutual labels:  apollographql, apollo-server

Hano

GraphQL, Hapi and Node Project For Scaleable Apps.

Includes

  • Node
  • Hapi v17
  • Apollo GraphQL
  • Subscriptions
  • GraphiQL
  • Prettier
  • Husky
  • ES-Next
  • ESLint

Running it

npm install
npm start

Folder structure

.
├── api                    # Rest api's folder
│   ├── v1
│   |  └── util            # Routes
│   |  └── index.js
├── config                 # Config Folder
├── controllers            # Controllers Folder For Api's
├── collections            # Collections Folder
├── plugins                # Plugins Folder
├── schema                 # Schema Setup
│   ├── gql                # GraphQL Folder
│   |  └── index.js
├── services               # Services Folder For Api's
├── utilities              # Utility Folder
├── main.js                # Main server file initiating hapi server
└── package.json           # Node dependencies

Learn more

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