No description
- Rust 85.9%
- Dockerfile 14.1%
| assets | ||
| migrations | ||
| src | ||
| ui | ||
| .env.example | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| README.md | ||
Axum + Maud + SQLite
Minimal self-hosted Rust web app using Axum, Qtml, and embedded SQLite.
💻 1. Local Development
cargo install cargo-watch
cargo watch -x run
Drop my_image.png into data/storage/ to load the default template asset.
🚀 2. Docker Deployment
docker compose up --build -d
- Database:
./data/app.db - Storage:
./data/storage/(Served at/storage/*)