Wrote a New API

Graphql API Development in Rust


After learning some basics in Rust, I thought to explore more by developing a Rust API server with Graphql and Postgres. 

Some of the important packages I am using are: Actix Web, Juniper and Diesel.

The codes for the same can be found below:
https://github.com/raushanraja/rust-graphql/