async-fastapi-mongo icon indicating copy to clipboard operation
async-fastapi-mongo copied to clipboard

Repository housing code for the Testdriven article.

Results 3 async-fastapi-mongo issues
Sort by recently updated
recently updated
newest added

File "D:\Project\async-fastapi-mongo\venv\Lib\site-packages\decouple.py", line 92, in get raise UndefinedValueError('{} not found. Declare it as envvar or define a default value.'.format(option)) decouple.UndefinedValueError: MONGO_DETAILS not found. Declare it as envvar or define a...

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.100.0 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...

dependencies

I noticed in your blog post that you had mentioned using Fixie Socks to restrict access to the MongoDB Atlas Database. I'm curious if that is a step you were...