E4E ##commands## Generate Documentation: sphinx-build -b html . _build/html Run Localhost APIs: uvicorn main:app --reload Test APIs: pytest -v update requirements: pip freeze > requirements.txt