Skip to content

davidroeca/juniper_resistance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juniper Resistance

Simple example repo implementing a GraphQL API in rust, using Juniper and Rocket

Setting up database

# Prerequisite: Install postgresql

# Install diesel cli, handling installation issues along the way.
# For example, I needed to `sudo apt install libmysqlclient-dev`
cargo install diesel_cli

# Run database setup, with restricted user
./scripts/setup_db

Running

# Use nightly for rocket
rustup override set nightly
cargo build
cargo run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published