https://github.com/bod/graphql-resume
My resume, as a GraphQL API. Because why not?
https://github.com/bod/graphql-resume
Last synced: 5 days ago
JSON representation
My resume, as a GraphQL API. Because why not?
- Host: GitHub
- URL: https://github.com/bod/graphql-resume
- Owner: BoD
- License: gpl-3.0
- Created: 2022-10-30T09:22:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T12:39:30.000Z (over 1 year ago)
- Last Synced: 2025-10-31T10:45:40.495Z (8 months ago)
- Language: Kotlin
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL Resume
Because why not?
## Docker
To push:
```shell
JAVA_HOME=`/usr/libexec/java_home -v 17` gw dockerBuild
docker push bodlulu/graphql-resume
```
To use:
```shell
docker run -p 4000:4000 -e APOLLO_KEY= -e APOLLO_GRAPH_REF= bodlulu/graphql-resume
```