clean-axum-api (🔨 UNDER CONSTRUCTION) A cleanly designed Rust REST Api Technologies 🔧 Axum Sqlx Xtask Getting started ▶ Prerequisites for running locally: cargo docker (compose) 1 - Run Docker compose docker compose up --detach 2 - Initialize Run cargo xtask --help for a list of the other xtask commands cargo xtask init 3 - Running the API cargo run