Skip to content

A compelete example of graphql api built with actix + juniper+ diesel

Notifications You must be signed in to change notification settings

husseinraoouf/graphql-actix-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphql Actix Example

A compelete example of graphql api built with:

Running the app

install needed packages

# if ubuntu : sudo apt-get install libpq-dev
# if fedora : sudo dnf install postgresql-devel
# if solus : sudo eopkg install postgresql-devel
cargo install diesel_cli --no-default-features --features postgres

init database postgres

createdb graphql-actix-example
diesel migration run

server

cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:3000

Then go to http://localhost:3000/.

About

A compelete example of graphql api built with actix + juniper+ diesel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published