Flask Hello-World API Setup Install dependencies: pip install -r requirements.txt Run the application: python app.py Run tests: pytest -q