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: 9 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T13:50:52.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T07:24:29.065Z (29 days 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: 1
- 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.
[](https://github.com/jasonraimondi/typescript-graphql/actions)
[](https://github.com/jasonraimondi/typescript-graphql/actions)
[](https://codeclimate.com/github/jasonraimondi/typescript-graphql/test_coverage)## Client
[packages/web](packages/web)
NextJS project using ApolloClient, JWT/Cookie based auth with refresh.
[](https://github.com/jasonraimondi/typescript-graphql/actions)