Logo

Full-stack GraphQL Starter

A full-fledged Apollo Server 2 with Apollo Client 2 starter project with React, Express and PostgreS

- React (create-react-app) with Apollo Client 2 - Queries, Mutations, Subscriptions - Node.js with Express and Apollo Server 2 - Cursor-based Pagination - PostgreSQL Database with Sequelize - Authentication with Sign Up, Sign In, Sign Out - Authorization with -- protected endpoint (e.g. verify valid session) -- protected resolvers (e.g. e.g. session-based, role-based) -- protected routes (e.g. session-based, role-based) - E2E testing