https://github.com/tokio-rs/axum
V1 : This is a simple Todo application built using the Axum framework, which is a web framework for Rust (Top microservices framework for Rust, As of 2024).
- RESTful API for managing todos
- PostgreSQL integration using sqlx
- Tokio runtime
- sqlx-cli is used to manage database, schema migrations.
- CORS (Cross-Origin Resource Sharing) support
- Auth
- Change from simple todos to be Personal blog : Because Static site generation (SSG) site does not support realtime post updates. Sometimes, I need to update my blog away from my computer. Also, I want to create a full stack web as a project to demonstrate my skills.
- Rust and Cargo installed
- PostgreSQL installed and running