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

https://github.com/oslavdev/rust-graphql-server

Simple graphql server.
https://github.com/oslavdev/rust-graphql-server

graphql juniper rust server

Last synced: 5 months ago
JSON representation

Simple graphql server.

Awesome Lists containing this project

README

          

# Rust Graphql server

A simple Graphql server built with Rust and Juniper.

### Tech

- Diesel
- Juniper gql

### Run

```sh
cargo run
```

### Production Build

```sh
cargo build
```