actionsTestDev Installing the project requirements pip install -r requirements.txt Running the server uvicorn src.main:app Linting the project pylint src tests Testing the project pytest -s tests