Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 199 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 199 Bytes

GraphQL Server

  • Rust nightly
  • Rocket (Web Server)
  • Diesel (Postgresql ORM)
  • Juniper (GraphQL)

Description

  • Commands
    • cargo check
    • cargo r
    • cargo build