A FastApi project aimed at being a functional automation service
poetry is the package manager of choice. please install using pip install poetry -g
Once poetry is installed, install dependencies using poetry install
Ensure you are shelled into your virtualenv with poetry shell
From the root of the repository run:
uvicorn app.main:app --port 8080 --reload
From the root of the repository run:
pytest tests