Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jasonraimondi/graphql-server
- Owner: jasonraimondi
- License: mit
- Created: 2019-09-26T05:07:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T13:50:52.000Z (over 3 years ago)
- Last Synced: 2023-03-31T16:16:24.368Z (over 1 year ago)
- Topics: apollo-client, apollo-server, docker, graphql, integration-testing, ioc, monorepo, nextjs, repository-pattern, typeorm, typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 3.73 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)