From 4d7151b51352c21f22f02e21e1d9b82ccc95c361 Mon Sep 17 00:00:00 2001 From: Thastertyn Date: Sun, 5 Jan 2025 00:24:53 +0100 Subject: [PATCH] [main] Project stack definitions --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dfa7b3..107dfb6 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,15 @@ In addition to these criteria, there are the following extras: 2. 3x Test cases - All test cases are in `PDF` format - 1 Test case is for running the app including importing database structure - - 2 Test cases are for testing the app itself and all possible errors and edge cases and configurability \ No newline at end of file + - 2 Test cases are for testing the app itself and all possible errors and edge cases and configurability + + +## Solution +My solution will use the following tech stack: +1. **Python** language +2. **MySQL** for database +3. **PySide6** for user interface made in Qt +4. **SqlAlchemy** for database management +5. **`python-dotenv`** for configurability + +The problem in question will be demonstrated on a library application \ No newline at end of file