Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 591 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 591 Bytes

What's this

A program to set up a GraphQL server on Cloudflare Workers.

Technologies

Usage

$ 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

License

This project is licensed with the MIT License.