Hello 👋
Install requirements by running "pip install -r requirements.txt"
Start app by running "fastapi dev main.py" on terminal.
To open the terminal, press ⇧⌘c or click on the little sandwich icon next to Run And Debug -> View -> Terminal
You can use the /docs to try out the sorting function
Run "python -m pytest test_api.py -v" for tests