this is my first axum project following the great tutorial from Brooks builds 's axum playlist on youtube
docker-compose up -d
docker-compose up -d --wait
DATABASE_URL=postgres://postgres:keyoarbcat@localhost:5432/postgres
cargo run
cargo watch -x run
├── src
│ ├── main.rs
│ ├── routes
│ ├── lib.rs
│ ├── data
│ │ ├── .env
├── database
│ ├── init.sql
├── Cargo.lock
├── Cargo.toml
├── README.md
├── docker-compose.yml