Skip to content

medga/actix-juniper-diesel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust + Actix + GraphQL + Postgres

Components

Component Tool/lib
Web server actix-web
Database PostgreSQL
ORM Diesel
GraphQL library Juniper

Run

# Fetch the repo
git clone https://github.com/medga/actix-juniper-diesel
cd actix-juniper-diesel

mv .env.example .env

diesel setup
diesel migration run

cargo run # could take a while!