{"id":19263203,"url":"https://github.com/the-road-to-graphql/fullstack-apollo-react-boilerplate","last_synced_at":"2025-04-21T18:31:29.721Z","repository":{"id":96563429,"uuid":"155043292","full_name":"the-road-to-graphql/fullstack-apollo-react-boilerplate","owner":"the-road-to-graphql","description":"💥A sophisticated Apollo in React boilerplate project.","archived":false,"fork":false,"pushed_at":"2020-06-12T08:42:53.000Z","size":1821,"stargazers_count":145,"open_issues_count":8,"forks_count":39,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-01T15:10:21.468Z","etag":null,"topics":["apollo-client","apollo-server","apollo-server-express","apollographql","authentication","authorization","boilerplate","fullstack","react","react-apollo","react-apollo-graphql","reactjs","starter-kit"],"latest_commit_sha":null,"homepage":"https://roadtoreact.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/the-road-to-graphql.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"rwieruch","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-10-28T06:48:00.000Z","updated_at":"2024-07-28T01:54:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"5604d4ce-5ba1-4050-8d3f-aeabc0c225ba","html_url":"https://github.com/the-road-to-graphql/fullstack-apollo-react-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-road-to-graphql%2Ffullstack-apollo-react-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-road-to-graphql%2Ffullstack-apollo-react-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-road-to-graphql%2Ffullstack-apollo-react-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-road-to-graphql%2Ffullstack-apollo-react-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-road-to-graphql","download_url":"https://codeload.github.com/the-road-to-graphql/fullstack-apollo-react-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250110967,"owners_count":21376563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apollo-client","apollo-server","apollo-server-express","apollographql","authentication","authorization","boilerplate","fullstack","react","react-apollo","react-apollo-graphql","reactjs","starter-kit"],"created_at":"2024-11-09T19:35:12.201Z","updated_at":"2025-04-21T18:31:29.716Z","avatar_url":"https://github.com/the-road-to-graphql.png","language":"JavaScript","funding_links":["https://github.com/sponsors/rwieruch"],"categories":[],"sub_categories":[],"readme":"# fullstack-apollo-react-boilerplate\n\n[![Build Status](https://travis-ci.org/the-road-to-graphql/fullstack-apollo-react-boilerplate.svg?branch=master)](https://travis-ci.org/the-road-to-graphql/fullstack-apollo-react-boilerplate) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-graphql/fullstack-apollo-react-boilerplate.svg)](https://greenkeeper.io/)\n\nA full-fledged Apollo Server with Apollo Client starter project with React and Express. [Read more about it in this tutorial to build it yourself](https://www.robinwieruch.de/graphql-apollo-server-tutorial/).\n\n**Family of universal fullstack repositories:**\n\nServer Applications:\n\n* [Node.js with Express + MongoDB](https://github.com/the-road-to-graphql/fullstack-apollo-express-mongodb-boilerplate)\n* [Node.js with Express + PostgreSQL](https://github.com/the-road-to-graphql/fullstack-apollo-express-postgresql-boilerplate)\n\nClient Applications:\n\n* [React Client](https://github.com/the-road-to-graphql/fullstack-apollo-react-boilerplate)\n\n## Features of Client + Server\n\n* React (create-react-app) with Apollo Client\n  * Queries, Mutations, Subscriptions\n* Node.js with Express and Apollo Server\n  * cursor-based Pagination\n* PostgreSQL Database with Sequelize or MongoDB\n  * entities: users, messages\n* Authentication\n  * powered by JWT and local storage\n  * Sign Up, Sign In, Sign Out\n* Authorization\n  * protected endpoint (e.g. verify valid session)\n  * protected resolvers (e.g. e.g. session-based, role-based)\n  * protected routes (e.g. session-based, role-based)\n* performance optimizations\n  * example of using Facebook's dataloader\n* E2E testing\n\n## Installation\n\n* `git clone git@github.com:the-road-to-graphql/fullstack-apollo-react-boilerplate.git`\n* `cd fullstack-apollo-react-boilerplate`\n* `npm install`\n* `npm start`\n* visit `http://localhost:3000`\n\nSee Server Installation instructions in the other GitHub repository.\n\n## Want to learn more about React + GraphQL + Apollo?\n\n* Don't miss [upcoming Tutorials and Courses](https://www.getrevue.co/profile/rwieruch)\n* Check out current [React Courses](https://roadtoreact.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-road-to-graphql%2Ffullstack-apollo-react-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-road-to-graphql%2Ffullstack-apollo-react-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-road-to-graphql%2Ffullstack-apollo-react-boilerplate/lists"}