Skip to content

comverser/immature_axum_example

Repository files navigation

Development Guide

This guide provides resources for setting up a todo app in Rust. For detailed instructions, please refer to:

  1. Rust Hello World Server Tutorial
  2. Full Stack Todo Rust Course
  3. Guide on Implementing Clean Architecture
  4. DDD, Hexagonal, Onion, Clean, CQRS, … How I put it all together

To streamline your development process, consider using Cargo Watch. This utility automatically runs specified commands when files change, which is especially useful for recompiling your code or running tests whenever you save a file.

Install cargo watch with the following command:

cargo install cargo-watch

Once installed, you can use cargo watch to automatically recompile your code and restart your server whenever you save a file:

cargo watch -x run

For standardized commit messages, we recommend using Commitizen. More information can be found in the official Commitizen Tools documentation:

Official Commitizen Tools Guide

Database

sea-orm-cli generate entity -o src/database/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published