An open API service indexing awesome lists of open source software.

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.

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