- Rust 1.24+
- Diesel CLI
# Set environment variables
cp .envrc.example .envrc
# Set database
diesel migration run
# Build & Run
cargo run
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# Set environment variables
cp .envrc.example .envrc
# Set database
diesel migration run
# Build & Run
cargo run