fixed sqlAlchemy and db connection

Co-authored-by: Tristan Nolde <TrisNol@users.noreply.github.com>
This commit is contained in:
Tim
2023-08-14 20:59:30 +02:00
parent 7420e744a5
commit ea7c955533
7 changed files with 253 additions and 241 deletions

View File

@ -35,6 +35,16 @@ We decided to use english on everything close to code but will write longer text
- python normen ([pep8](https://peps.python.org/pep-0008/)) with [flake8](https://flake8.pycqa.org/en/latest/)
- type checking with ([mypy](https://github.com/python/mypy))
- Install [Python 3.11](https://www.python.org/downloads/release/python-3111/)
- Install Poetry
```
pip install poetry
```
- Install dependencies
```
poetry install
```
## Setup
### Connection strings