All Projects â†’ apollographql â†’ Fullstack Tutorial

apollographql / Fullstack Tutorial

Licence: mit
🚀 The Apollo platform tutorial app

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Fullstack Tutorial

Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (-52.23%)
Mutual labels:  graphql, apollo-client, apollo-server
Create Social Network
An educational project, demonstrating how to build a large scalable project with Javascript.
Stars: ✭ 853 (-15.29%)
Mutual labels:  graphql, apollo-client, apollo-server
Apollo Errors
Machine-readable custom errors for Apollostack's GraphQL server
Stars: ✭ 405 (-59.78%)
Mutual labels:  graphql, apollo-client, apollo-server
Apollo Resolvers
Expressive and composable resolvers for Apollostack's GraphQL server
Stars: ✭ 428 (-57.5%)
Mutual labels:  graphql, apollo-client, apollo-server
Awesome Apollo Graphql
A curated list of amazingly awesome things regarding Apollo GraphQL ecosystem 🌟
Stars: ✭ 126 (-87.49%)
Mutual labels:  graphql, apollo-client, apollo-server
Graphql Rust Demo
GraphQL Rust Demo
Stars: ✭ 37 (-96.33%)
Mutual labels:  graphql, apollo-server
Apollo Cache Hermes
A cache implementation for Apollo Client, tuned for performance
Stars: ✭ 425 (-57.8%)
Mutual labels:  graphql, apollo-client
Searchkit
GraphQL API & React UI components for Elasticsearch. The easiest way to build a great search experience
Stars: ✭ 4,338 (+330.78%)
Mutual labels:  graphql, apollo-client
Graphql Cost Analysis
A Graphql query cost analyzer.
Stars: ✭ 527 (-47.67%)
Mutual labels:  graphql, apollo-server
Graphql Yoga
🧘 Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience
Stars: ✭ 6,573 (+552.73%)
Mutual labels:  graphql, apollo-server
Api
Stars: ✭ 18 (-98.21%)
Mutual labels:  graphql, apollo-server
React Boilerplate
âš› The stable base upon which we build our React projects at Mirego.
Stars: ✭ 39 (-96.13%)
Mutual labels:  graphql, apollo-client
Apollo Link Firebase
🔥 🔗 apollo-link-firebase provides you a simple way to use Firebase with graphQL.
Stars: ✭ 415 (-58.79%)
Mutual labels:  graphql, apollo-client
Kikstart Graphql Client
🚀 Small NodeJS Wrapper around apollo-client that provides easy access to running queries, mutations and subscriptions.
Stars: ✭ 27 (-97.32%)
Mutual labels:  graphql, apollo-client
Persistgraphql Webpack Plugin
PersistGraphQL Webpack Plugin
Stars: ✭ 39 (-96.13%)
Mutual labels:  graphql, apollo-client
Persistgraphql
A build tool for GraphQL projects.
Stars: ✭ 409 (-59.38%)
Mutual labels:  graphql, apollo-client
Graphql Modules
Enterprise Grade Tooling For Your GraphQL Server
Stars: ✭ 962 (-4.47%)
Mutual labels:  graphql, apollo-server
Absinthe
The GraphQL toolkit for Elixir
Stars: ✭ 3,805 (+277.86%)
Mutual labels:  graphql, apollo-client
Firestore Apollo Graphql
An example of a GraphQL setup with a Firebase Firestore backend. Uses Apollo Engine/Server 2.0 and deployed to Google App Engine.
Stars: ✭ 371 (-63.16%)
Mutual labels:  graphql, apollo-server
Apollo Link Maxage
An Apollo Link to invalidate cached queries
Stars: ✭ 23 (-97.72%)
Mutual labels:  graphql, apollo-client

Apollo tutorial

This is the fullstack app for the Apollo tutorial. 🚀

File structure

The app is split out into two folders:

  • start: Starting point for the tutorial
  • final: Final version

From within the start and final directories, there are two folders (one for server and one for client).

Installation

To run the app, run these commands in two separate terminal windows from the root:

cd final/server && npm i && npm start

and

cd final/client && npm i && npm start
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].