All Projects → anikethsaha → merng

anikethsaha / merng

Licence: Apache-2.0 license
UNMAINTAINED - 🎊 This is boilerplate for MERN stack with GraphQL and with integrations like Redux and SSR 🎊

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to merng

apollo-graphql-tutorial
Learning apollo graphql version 2.x with Node.js
Stars: ✭ 18 (+28.57%)
Mutual labels:  apollographql, apollo-subscription
hano-graphql
GraphQL, Hapi and Node Project For Scaleable Apps.
Stars: ✭ 13 (-7.14%)
Mutual labels:  apollographql, apollo-subscription
fullstack-apollo-subscription-example
A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.
Stars: ✭ 72 (+414.29%)
Mutual labels:  apollographql, apollo-subscription
angular-apollo-starter
Learning apollo-client, graphql with angular6.x
Stars: ✭ 16 (+14.29%)
Mutual labels:  apollographql, apollo-subscription
Apollo Federation Ruby
A Ruby implementation of Apollo Federation
Stars: ✭ 131 (+835.71%)
Mutual labels:  apollographql
Angular Fullstack Graphql
🚀 Starter projects for fullstack applications based on Angular & GraphQL.
Stars: ✭ 92 (+557.14%)
Mutual labels:  apollographql
Apollo Prophecy
🔮 GraphQL error management made Easy, generate custom machine-readable errors for Apollo Client/Server from the CLI
Stars: ✭ 83 (+492.86%)
Mutual labels:  apollographql
Apollo Mocked Provider
Automatically mock GraphQL data with a mocked ApolloProvider
Stars: ✭ 70 (+400%)
Mutual labels:  apollographql
Gramps Legacy
The core data source combination engine of GrAMPS.
Stars: ✭ 198 (+1314.29%)
Mutual labels:  apollographql
Graphql Kafka Subscriptions
Apollo graphql subscriptions over Kafka protocol
Stars: ✭ 154 (+1000%)
Mutual labels:  apollographql
Apollo2 Subscriptions How To
Apollo Server 2 how to setup subscriptions
Stars: ✭ 125 (+792.86%)
Mutual labels:  apollographql
Graphql Log
Add logging to your GraphQL resolvers so you know what's going on in your app.
Stars: ✭ 94 (+571.43%)
Mutual labels:  apollographql
Fullstack Apollo React Boilerplate
💥A sophisticated Apollo in React boilerplate project.
Stars: ✭ 136 (+871.43%)
Mutual labels:  apollographql
Reactstatemuseum
A whirlwind tour of React state management systems by example
Stars: ✭ 1,294 (+9142.86%)
Mutual labels:  apollographql
Apollo Opentracing
Performance trace your Apollo GraphQL server with Opentracing
Stars: ✭ 154 (+1000%)
Mutual labels:  apollographql
Vueconf 2017 Demo
VueConf 2017 GraphQL client demo
Stars: ✭ 75 (+435.71%)
Mutual labels:  apollographql
React Graphql Github Apollo
🚀 A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.
Stars: ✭ 1,563 (+11064.29%)
Mutual labels:  apollographql
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 (+86650%)
Mutual labels:  apollographql
Graphql Codegen Hasura
code-generator plugins for hasura/apollo-gql/typescript development
Stars: ✭ 113 (+707.14%)
Mutual labels:  apollographql
React Fullstack Graphql
Starter projects for fullstack applications based on React & GraphQL.
Stars: ✭ 1,352 (+9557.14%)
Mutual labels:  apollographql

merng logo

MERNG-BoilerPlate

This is boilerplate for MERN stack with GraphQL and with integrations like Redux and SSR



Maintainability Dependabot

Checkout the MERN-Boilerplate for MERN Stack Boilerplate

⚠️ The APIs (mostly for apollo) are outdated. Will update them soon ⚠️

GraphQL subscription is not added as a functional as it was quite unstable during the development time and can be added later

Getting Started

  • Clone the project
  • Install Dependecies
$ npm i
  • run the webpack
$ npm run build
  • run the express server
$ npm run server
  • run the graphql server
$ nodemon GraphQLServer # Please install nodemon globally using -  $ npm i -g nodemon
  • To run the webpack-dev-server
$ npm run client:dev

You can Also add this using This Package

$ npm i -g @buildtip/create-web-app
$ cwa

And then on question no. 4 that is Please Select Project Stack [ Required ] : Type: 4 for MERNG

Look for the config/index.js for making changes in the configs of the project

technology

  • NodeJS - Server
  • ExpressJS - Nodejs framework
  • MongoDB - Database
  • ReactJS - Frontend
  • Redux - State Management
  • Docker - Containerization and image
  • Eslint - Linter
  • Webpack - Bundler
  • Babel - Loader and Compiler/Transpiler
  • GraphQL - Query Language
  • Apollo - Graphql Engines and Client Side support

Features

  • Server Side Rendering
  • State Management
  • GraphQL Queries
  • GraphQL Subscriptions
  • GraphQL Mutations
  • Image for Container
  • Model Controller Project Structure
  • Build Pipelines
  • Tests
  • Examples
  • Live Demo

License

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