This is the project demonstrating how to build a Todo REST API by using Rust, Axum, Diesel and PostgreSQL
- PostgreSQL database
export DATABASE_URL=...The format should bepostgresql://host:port/db_name?sslmode=require&application_name=todo-rs. You can easily create PostgreSQL database for free herecargo run