Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 255 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 255 Bytes

Rust Service

CRUD with Rust using postgres, actix, and sqlx

Build Setup

# install dependencies
cargo build

Migrate

  sqlx migrate run

Run project

  docker-compose up -d && cargo watch -q -c -w src/ -x run