https://github.com/akihokurino/rust-graphql-gae-cloudsql
rust sample. use juniper for graphql and running in google app engine flexible. use cloud sql with diesel. authenticate by firebase.
https://github.com/akihokurino/rust-graphql-gae-cloudsql
actix-web cloudsql diesel firebase-auth gae gcp graphql juniper rust
Last synced: 28 days ago
JSON representation
rust sample. use juniper for graphql and running in google app engine flexible. use cloud sql with diesel. authenticate by firebase.
- Host: GitHub
- URL: https://github.com/akihokurino/rust-graphql-gae-cloudsql
- Owner: akihokurino
- Created: 2021-11-14T08:19:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T05:54:09.000Z (about 3 years ago)
- Last Synced: 2025-03-27T08:23:44.776Z (about 1 year ago)
- Topics: actix-web, cloudsql, diesel, firebase-auth, gae, gcp, graphql, juniper, rust
- Language: Rust
- Homepage:
- Size: 7.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Used, Dependency
- rust 1.53.0
- actix-web v4( https://actix.rs/ )
- juniper( https://github.com/graphql-rust/juniper )
- diesel( https://github.com/diesel-rs/diesel )
- app engine flexible
- cloud sql
- firebase auth