Skip to content

Graphql API with SQL database using diesel and juniper frameworks

Notifications You must be signed in to change notification settings

tlacloc/rust-graphql

Repository files navigation

Graphql API

based on this blog

Steps to deploy to Heroku

Build a Dockerfile (one is already created in the repository), you can build the image using the following command

docker build -t rust-graphql:latest .

it takes a while to build, but after that you should be able to run it locally with the following command

docker run -d --name rust-graphql -e "PORT=8765" -e "DEBUG=0" -p 8007:8765 rust-graphql:latest

About

Graphql API with SQL database using diesel and juniper frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published