Realworld: "The mother of all demo apps" — Exemplary back-end Medium.com clone (called Conduit) in Rust, built with Axum + jsonwebtoken + PostgreSQL + SQLx, it provides RESTful APIs for Conduit React.
$ git clone https://github.com/yoonge/conduit-axum.git
$ cd conduit-axum
# Change `.env` file with your own username, password, database_name etc.
$ cp .env.example .env
$ cargo install sqlx-cli
$ sqlx migrate run
$ cargo run
Conduit Axum is MIT-licensed.
$ cargo init conduit-axum && cd conduit-axum