Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasonraimondi/graphql-server

Full Stack TypeScript GraphQL monorepo with Express/ApolloServer and a NextJS/ApolloClient
https://github.com/jasonraimondi/graphql-server

apollo-client apollo-server docker graphql integration-testing ioc monorepo nextjs repository-pattern typeorm typescript unit-testing

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Full Stack TypeScript GraphQL

Full stack GraphQL project

## Server

[packages/api](packages/api)

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

[![Actions Status](https://github.com/jasonraimondi/typescript-graphql/workflows/docker%20image%20server/badge.svg)](https://github.com/jasonraimondi/typescript-graphql/actions)
[![Actions Status](https://github.com/jasonraimondi/typescript-graphql/workflows/test%20server/badge.svg)](https://github.com/jasonraimondi/typescript-graphql/actions)
[![Test Coverage](https://api.codeclimate.com/v1/badges/9d4d4893fc4d569d1043/test_coverage)](https://codeclimate.com/github/jasonraimondi/typescript-graphql/test_coverage)

## Client

[packages/web](packages/web)

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

[![Actions Status](https://github.com/jasonraimondi/typescript-graphql/workflows/docker%20image%20nextjs/badge.svg)](https://github.com/jasonraimondi/typescript-graphql/actions)