aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/finance_manager
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-10-21 16:28:28 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-11-14 10:41:27 +0100
commitfcd6d2ee101e0d5a16f60c3c8edde455d674edd5 (patch)
tree85d4100aa9dab0001f3b20f18d019d51f460fa5d /examples/tutorials/finance_manager
parent402446ac5c05bc83f2864cb2c8037e59474f81c6 (diff)
Finance Manager - Part 3 - Documentation
- Expanding on part2 documentation to include detailed steps on creating a backend REST API using FastAPI and SQLite. Pick-to: 6.8 Task-number: PYSIDE-2850 Change-Id: Icfe2b9582e53b1fc59a67be661da1c5fe290fe6f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
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/