All Projects → klendi → mern-apollo-graphql-boilerplate

klendi / mern-apollo-graphql-boilerplate

Licence: MIT license
MERN + Apollo-Graphql Boilerplate

Programming Languages

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

Projects that are alternatives of or similar to mern-apollo-graphql-boilerplate

mern-boilerplate
React + Express + Webpack + Mongo = MERN Stack Boilerplate
Stars: ✭ 39 (+85.71%)
Mutual labels:  mern, mern-boilerplate, mern-stack
apollo-express-ts-server-boilerplate
No description or website provided.
Stars: ✭ 29 (+38.1%)
Mutual labels:  apollo, apollographql, apollo-server-express
kontent-boilerplate-express-apollo
Kontent Boilerplate for development of Express application using Apollo server and GraphQL.
Stars: ✭ 21 (+0%)
Mutual labels:  apollo, apollographql, apollo-server-express
React Fullstack Graphql
Starter projects for fullstack applications based on React & GraphQL.
Stars: ✭ 1,352 (+6338.1%)
Mutual labels:  apollo, apollographql
Reactstatemuseum
A whirlwind tour of React state management systems by example
Stars: ✭ 1,294 (+6061.9%)
Mutual labels:  apollo, apollographql
Angular Fullstack Graphql
🚀 Starter projects for fullstack applications based on Angular & GraphQL.
Stars: ✭ 92 (+338.1%)
Mutual labels:  apollo, apollographql
Graphql React Apollo
A GraphQL implementation in React using Apollo.
Stars: ✭ 9 (-57.14%)
Mutual labels:  apollo, apollographql
amazin
A MERN-stack app for eCommerce platform, Webshop, Web Store. Storybook: https://www.amazin.one/ Alternative: https://ntrix.github.io/amazin-story
Stars: ✭ 27 (+28.57%)
Mutual labels:  mern, mern-stack
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 (+7342.86%)
Mutual labels:  apollo, apollographql
GitHunt-Polymer
An example of a client-side app built with Polymer and Apollo Client.
Stars: ✭ 13 (-38.1%)
Mutual labels:  apollo, apollographql
MERN-Boilerplate
A simple Mern Boilerplate with auth
Stars: ✭ 112 (+433.33%)
Mutual labels:  mern-boilerplate, mern-stack
Apollo Prophecy
🔮 GraphQL error management made Easy, generate custom machine-readable errors for Apollo Client/Server from the CLI
Stars: ✭ 83 (+295.24%)
Mutual labels:  apollo, apollographql
Apollo Mocked Provider
Automatically mock GraphQL data with a mocked ApolloProvider
Stars: ✭ 70 (+233.33%)
Mutual labels:  apollo, apollographql
Booben
Web app constructor based on React, with GraphQL bindings
Stars: ✭ 96 (+357.14%)
Mutual labels:  apollo, apollographql
Link state demo
🚀 Demonstrate how to support multiple stores in Apollo Link State
Stars: ✭ 30 (+42.86%)
Mutual labels:  apollo, apollographql
fullstack-apollo-subscription-example
A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.
Stars: ✭ 72 (+242.86%)
Mutual labels:  apollographql, apollo-server-express
ios-graphql
iOS code examples with GraphQL, Apollo & more
Stars: ✭ 78 (+271.43%)
Mutual labels:  apollo, apollographql
inCyberPunk2022
👾 https://cybersocial.herokuapp.com/   C̵̡̡͓̪̺̲̺̳̭̱̩͖͔̽̈́͜y̵̢̺̮̥̠̲̼̫͗b̴̲͇̟̭̹͆͒̈́̒͋̃̌̇̈̆̚͠͠ȅ̷̡̢̩̺̏r̴̢̛̹̲̜͙͉̩̩̣͉̺͂̀́̈́̇͛͋̊̉̈́̇P̵̡͊̚ų̵̙̣͓̤̼̭̤̥̯̻̯̒ͅň̸̛̯͕̦̦͓̙̋͐̈́́̉ͅḱ̷̡̪͚͉̟̘̳̯̳͉̈́͐͂̇̾͑̕̕͝ͅ
Stars: ✭ 28 (+33.33%)
Mutual labels:  mern, mern-stack
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+576.19%)
Mutual labels:  mern, mern-stack
Offix
GraphQL Offline Client and Server
Stars: ✭ 694 (+3204.76%)
Mutual labels:  apollo, apollographql

MERN + Apollo-Graphql Boilerplate 🚀 · npm PRs Welcome GitHub license

Clone the repo using

git clone https://github.com/klendi/mern-apollo-graphql-boilerplate.git

Install Dependencies

Install Client Dependencies using

npm run client-install

Install Server Dependencies using

npm run server-install

Start the app

Start both backend at frontend at once

npm start

Start the client using

npm run client

Start the server using

npm run server

Folder Structure

├── client
│	├── public
│	│	├── favico.ico
│	│	├── index.html
│	│	├── manifest.json
│	├── src
│	│	├── App.css
│	│	├── App.js
│	│	├── index.js
│	│	├── registerServerWorker.js
├── server
│	├── controllers
│	│	├── user.controller.js
│	├── graphql
│	│	├── resolvers.js
│	│	├── schema.js
│	├── models
│	│	├── User.js
│	├── routes
│	│	├── user.routes.js
│	├── server.js

Screenshots

Image

Contributions

Contributions are welcome! Please read the contributing guidelines before getting started.

License

MIT

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