https://github.com/devniel/graphql-example-typescript
graphql server example with typescript, apollo-server-express and type-graphql
https://github.com/devniel/graphql-example-typescript
Last synced: about 1 year ago
JSON representation
graphql server example with typescript, apollo-server-express and type-graphql
- Host: GitHub
- URL: https://github.com/devniel/graphql-example-typescript
- Owner: devniel
- Created: 2019-04-21T07:16:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T18:56:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-12T21:09:55.716Z (over 1 year ago)
- Language: TypeScript
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An example of typescript with type-graphql and docker.
Deployed with dokku, Docker Hub and DigitalOcean, based on some tutorials by [Ben Awad](https://github.com/benawad), specifically https://www.youtube.com/watch?v=AdHwBKKQHZ4.
Some changes:
- TLS for local development, actually dokku also adds TLS with nginx.
- Set express app to trust proxy.
- Added explicit instrospection through env variables to Apollo Playground.
- Added **Travis CI** integration, each **Github** commit will tested (though we don't have tests yet, so it will be skipped) and deployed with Travis by using the `travis.yml`, `.travis/*` and `deploy.sh` files.
- Travis CI notifications to a bot created by me. [alpha]