aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/finance_manager
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/finance_manager')
-rw-r--r--examples/tutorials/finance_manager/part3/doc/part3.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/tutorials/finance_manager/part3/doc/part3.md b/examples/tutorials/finance_manager/part3/doc/part3.md
new file mode 100644
index 000000000..08768f3a4
--- /dev/null
+++ b/examples/tutorials/finance_manager/part3/doc/part3.md
@@ -0,0 +1,11 @@
+# Finance Manager Example - Part 3
+
+This example represents the final part of the tutorial series on creating a simple Finance Manager
+that allows users to manage their expenses and visualize them using a pie chart, using PySide6,
+[SQLAlchemy], [FastAPI], and [Pydantic].
+
+For more details, see the [Finance Manager Tutorial - Part 3](tutorial_financemanager_partthree).
+
+[SQLalchemy]: https://www.sqlalchemy.org/
+[FastApi]: https://fastapi.tiangolo.com/
+[PyDantic]: https://pydantic-docs.helpmanual.io/