Skip to content

Full Stack TypeScript GraphQL monorepo with Express/ApolloServer and a NextJS/ApolloClient

License

Notifications You must be signed in to change notification settings

jasonraimondi/graphql-server

Repository files navigation

Full Stack TypeScript GraphQL

Full stack GraphQL project

Server

packages/api

GraphQL API using ApolloServer with TypeORM, with InversifyJS IoC container, JWT Authentication.

Actions Status Actions Status Test Coverage

Client

packages/web

NextJS project using ApolloClient, JWT/Cookie based auth with refresh.

Actions Status