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