Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 729 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 729 Bytes

Axum template

GitHub commit activity Github Created At GitHub last commit Rust 1.78

🦀 This is my template for rust web application framework axum

Currently, in development...

Run

git clone https://github.com/sqlmerr/axum-template
cd axum-template
cp .env.example .env
cargo run

or

docker compose up --build