Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwilsonq/rust-graphql-example
The accompanying project for a tutorial. Uses Rust, Juniper GraphQL Server + Actix, and Diesel ORM.
https://github.com/iwilsonq/rust-graphql-example
Last synced: about 2 months ago
JSON representation
The accompanying project for a tutorial. Uses Rust, Juniper GraphQL Server + Actix, and Diesel ORM.
- Host: GitHub
- URL: https://github.com/iwilsonq/rust-graphql-example
- Owner: iwilsonq
- Created: 2019-09-13T06:07:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T05:36:21.000Z (over 5 years ago)
- Last Synced: 2024-06-03T22:55:15.414Z (7 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 117
- Watchers: 3
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust GraphQL Example
Article: [Building Powerful GraphQL Servers with Rust](https://dev.to/open-graphql/building-powerful-graphql-servers-with-rust-3gla)
The accompanying project for a tutorial. Uses Rust, Juniper GraphQL Server + Actix, and Diesel.
- Juniper GraphQL Server
- Diesel ORM
- Actix web framework- Rust