-
Notifications
You must be signed in to change notification settings - Fork 266
Rust
Thang Chung edited this page Mar 23, 2021
·
7 revisions
After install cargo install diesel_cli --no-default-features --features postgres
, it might not work so that we need to do the following steps:
-
https://www.enterprisedb.com/download-postgresql-binaries, unzip and set path to this
bin
folder - The issue mentioned at https://github.com/diesel-rs/diesel/issues/487#issuecomment-654568069
- https://github.com/rkudryashov/graphql-rust-demo <- microservices (graphql + apollo server), test-containers
- https://github.com/steadylearner/Rust-Full-Stack
- https://github.com/Eraden/jirs <- learn structure
- https://github.com/spikecodes/libreddit <- actix-web
- https://github.com/jayy-lmao/rust-graphql-docker/blob/master/api/Dockerfile