Aiming to make a full Q&A type of app. Currently it's just in a test-esque state. Will improve gradually.
Just make a new virtual environment inside the repo and run this command
python -m venv .venv
install packages
pip install -r requirements.txt
run the program with:
uvicorn main:app reload