We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad04710 commit edaa95aCopy full SHA for edaa95a
docs/design/readme.md
@@ -26,3 +26,8 @@ This covers not only technical design of software, but also architecture design
26
27
- Folder Structure
28
- [Folder Structure For Python Repository](https://github.com/microsoft/cookiecutter_template_for_python)
29
+- Project Templates
30
+ - Rust
31
+ - [Actix Web, Diesel ORM, Test Containers, Onion Architecture](https://github.com/microsoft/cookiecutter-rust-actix-clean-architecture)
32
+ - Python
33
+ - [Flask, SQLAlchemy ORM, Test Containers, Onion Architecture](https://github.com/microsoft/cookiecutter-python-flask-clean-architecture)
0 commit comments