This article talks about how you can write a Rust REST API using Axum, SQLx and Postgres.
This guide is a deep-dive on Axum, a Rust web backend framework. We look at using Axum to write a competent web service with middleware, routing, static files and more.
Building authentication into a website with Rust and SQL