microsoft/cookiecutter-rust-actix-clean-architecture: Cookiecutter Rust Actix template for jumpstarting production-ready projects quickly.
github.com·3d·
Discuss: r/rust
🌪️V8 Pipeline
Preview
Report Post

Cookiecutter actix simple clean architecture

This is a reusable Rust Cookiecutter template. The project is based on Actix web in combination with Diesel ORM.

Complete list of features the template provides:

  • Onion architecture
  • Actix Web
  • Maintenance window support
  • Diesel ORM
  • Database migrations
  • Local postgres database docker support
  • Test containers integration for testing

Getting started

To start a new project, run the following command:

cookiecutter https://github.com/microsoft/cookiecutter-rust-actix-clean-architecture

This will prompt you for some information about your project. The information you provide will be used to populate the files in the new project directory.

You can then build the project locally.

cargo build

Architecture…

Similar Posts

Loading similar posts...