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

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?

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
```