# Sheerka My personnal AI ## To start the server ```shell cd src uvicorn server:app --reload ``` ## To start the client ```shell python $DEV_HOME/src/client.py --username --password ``` ## to test ```shell pytest ``` ## To run the coverage ```shell coverage run --source=src -m pytest coverage report coverage html ```