If you're new to Rust and eager to build your first API, you're in luck: this article will guide you step by step through building a simple REST API in Rust using the Axum framework.
Tickets.rs - A Ticket Management Tool
Full stack application using Rust's Axum framework & Askama templating language with user auth management (JWT) + CRUD to a SQLite database (To Do List) and HTMX in the frontend.
A simple todo web application using actix-web, PostgreSQL, Svelte, and Halfmoon