dependabot[bot] 9fcb92829e Bump openssl from 0.10.55 to 0.10.60 in /frameworks/Rust/axum (#8576) 1 year ago
..
src e6799bd132 Improve the axum entry (#8014) 2 years ago
templates 472e245199 Rust Axum using sqlx 3 years ago
.gitignore dc7a3d11ad Update axum to 0.6.1 and update other packages (#7784) 2 years ago
Cargo.lock 9fcb92829e Bump openssl from 0.10.55 to 0.10.60 in /frameworks/Rust/axum (#8576) 1 year ago
Cargo.toml da90d812cf Update axum version to 0.6.16 (#8159) 2 years ago
README.md 3f80cbc3df Axum fixes and updates (#7278) 3 years ago
axum-mongo-raw.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 years ago
axum-mongo.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 years ago
axum-pg-pool.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 years ago
axum-pg.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 years ago
axum-sqlx.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 years ago
axum.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 years ago
benchmark_config.json 1ad1797620 Rust axum optimizations (#7304) 3 years ago
config.toml dc7a3d11ad Update axum to 0.6.1 and update other packages (#7784) 2 years ago
run.sh 13f1dc7c4f Rust axum optimizations (#6939) 3 years ago
rustfmt.toml 307a0ff45a Rust Axum using sqlx and bb8 3 years ago

README.md

Axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper

Description

Axum is a web application framework that focuses on ergonomics and modularity.

Database

PostgreSQL

Test URLs

Test 1: JSON Encoding

http://localhost:8000/json

Test 2: Single Row Query

http://localhost:8000/db

Test 3: Multi Row Query

http://localhost:8000/queries?q=20

Test 4: Fortunes (Template rendering)

http://localhost:8000/fortunes

Test 5: Update Query

http://localhost:8000/updates?q=20

Test 6: Plaintext

http://localhost:8000/plaintext