chunghha / juniper-demo

A GraphQL demo in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

juniper-demo

Forked from https://github.com/joshua-cooper/rust-graphql-intro, just for study purpose.

To run locally after adjusting the connection string in the .env file.

sh local-db.sh      (this starts DB in your local docker.)
sh local-start.sh   (from another terminal)

To run in your local docker after adjusting the connection string in the .env file.

sh run.sh    

mutation customers

About

A GraphQL demo in Rust


Languages

Language:Rust 88.4%Language:Shell 6.2%Language:Dockerfile 5.4%