具有Starlette的MongoDB 这是一个小示例项目,展示了如何使用和构建API。 它是写在-您应该阅读它! TL; DR 如果您确实不想阅读该并且想要启动并运行,请激活您的Python virtualenv,然后从终端运行以下命令(首先编辑DB_URL !): # Install the requirements: pip install -r requirements.txt # Configure the location of your MongoDB database: export MONGODB_URL= " mongodb+srv://:@/?retryWrites=true&w=majority " # Start the service: uvicorn app:app --reload (如果需要