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.
- Host: GitHub
- URL: https://github.com/oslavdev/rust-graphql-server
- Owner: oslavdev
- Created: 2022-10-29T14:09:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T13:52:47.000Z (about 3 years ago)
- Last Synced: 2025-06-05T23:03:39.034Z (8 months ago)
- Topics: graphql, juniper, rust, server
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
```