A program to set up a GraphQL server on Cloudflare Workers.
$ docker compose up
#=> http://localhost:8787/graphql
# If you want it to work in your local environment
# npm install
# npm run prisma migrate deploy
# npm run start
This project is licensed with the MIT License.