Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 272 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 272 Bytes

axum_demo

This demo demonstrates how to use axum to create a simple RESTful API for managing a To-Do List. This example will demonstrate how to create, read, update, and delete to-do items. We will use Rust as the programming language and axum as the main web framework.