Few issues faced while following the setup doc
- Dominant language
- Rust
- Stars
- 429
- Forks
- 49
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
System Info : `Pop!_OS 22.04 LTS`
- demo app not working

- diesel version error

- project is using rust-toolchain `1.76.0` and latest diesel-cli requires `1.78.0`
- installing lower version helped: `cargo install diesel_cli@2.1.0 --no-default-features --features postgres`
- the project itself required `1.78.0` so changed `rust-toolchain.toml` to reflect that
- `make setup` : pg_isready command not found
- this helped : [link](https://command-not-found.com/pg_isready)
- `make setup` : `Unknown output type: None`

- this fix worked : [stack-overflow](https://stackoverflow.com/a/76925172)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.