# README
Start Locally
PROJECT_ID=${PROJECT_ID} go run .
Start Docker Container
docker build -t dappface-api-go .
docker run -it --rm -p 8080:8080 -e PROJECT_ID=${PROJECT_ID} -e HOME=$HOME -v $HOME:$HOME dappface-api-go
Regenerate when you change graphql schema
go run github.com/99designs/gqlgen -v
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author