conradwt / zero-to-graphql-using-rust

The purpose of this example is to provide details as to how one would go about using GraphQL with the Rust Language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zero to GraphQL Using Rust

The purpose of this example is to provide details as to how one would go about using GraphQL with the Rust Language. Thus, I have created two major sections which should be self explanatory: Quick Installation and Tutorial Installation.

Getting Started

Software requirements

  • Actix Web 3.3.3 or newer

  • PostgreSQL 14.1 or newer

  • Rust 1.57.0 or newer

Note: This tutorial was updated on macOS 11.6.2.

Communication

  • If you need help, use Stack Overflow. (Tag 'rust', 'graphql', 'rust-actix', 'actix-web', 'juniper')
  • If you'd like to ask a general question, use Stack Overflow.
  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Quick Installation

TBD

Tutorial Installation

TBD

Actix References

Production Setup

Ready to run in production? Please check our deployment guides.

GraphQL References

Support

Bug reports and feature requests can be filed with the rest for the Phoenix project here:

License

Zero to GraphQL Using Rust is released under the MIT license.

Copyright

copyright:: (c) Copyright 2022 Conrad Taylor. All Rights Reserved.

About

The purpose of this example is to provide details as to how one would go about using GraphQL with the Rust Language.

License:MIT License


Languages

Language:Rust 100.0%