Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

README.md for the working & tested code

Instructions to lauch the App

uv venv .venv --python 3.12
source .venv/bin/activate
uv pip install -r requirements.txt

fastapi dev app/main.py

Instructions to run pytest in a separate terminal

source .venv/bin/activate
pytest -v