- how to run - 1. copy ```text https://github.com/leonidig/FastAPI-HW2
- Open VSCode -> Ctrl + shift + P
- Paste url
- Select Folder
- venv ->
5.1 Linux & MacOS -> step 1:
python -m venv .venv
step 2:
```text
source .venv/bin/activate
5.2 Windows -> step 1
```text
python -m venv .venv
step 2:
```text
.\.venv\Scripts\activate
- Enter ->
pip install -r requirements.txt
7.Enjoy