Installing necessary packages: pip install fastapi pip install "uvicorn[standard]" pip install sqlalchemy pip install pymysql pip install pytest pip install pytest-mock pip install httpx pip install cryptography Run the server: uvicorn api.main:app --reload Test API by built-in docs: http://127.0.0.1:8000/docs