Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 170 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 170 Bytes
cp .env.sample .env
source .env

cargo install diesel_cli --no-default-features --features postgres
diesel setup
diesel migration run
RUST_LOG=info cargo run