full-stack-fastapi-mongodb
full-stack-fastapi-mongodb copied to clipboard
Full stack, modern web application generator. Using FastAPI, MongoDB as database, Docker, automatic HTTPS and more.
Hello, I want to test the example stack, but cannot login with the `[email protected]` and `changethis` password. Am I missing something?
Running npm audit returns this: ``` ❯ npm audit # npm audit report ajv
# Context The `frontend` container does not support "hot reload" for local development within the container. This is because our `Dockerfile` does not have functionality for running a dev build....
I've been trying for a few days to run this project, but without success. I would prefer not to run this as root as that seems unnecessary. When i run...
Hi! When I follow Quickstart instructions, the backend exits with the following error. I realized this after login didn't work so https://github.com/mongodb-labs/full-stack-fastapi-mongodb/issues/34 might also be related. ``` 2024-04-24 12:52:35 INFO:__main__:Initializing...
**pydantic.errors.PydanticUserError: `model_config` cannot be used as a model field name. Use `model_config` for model configuration.** Followed alI the steps for local development but containers `backend` and `celeryworker` didn't spin up...
details below - I am assuming that these are intended to work out the box, is that correct? Two similar issues that might be better separate but documenting as one...
as title says also another commit from my other PR raven to sentry sdk - sorry branched off a branch not main
…/migration/raven-to-sentry-sdk/ from - Issue starting Celery in generated APP #50 2024-07-17 18:49:15 Unable to load celery application. 2024-07-17 18:49:15 'pydantic_core._pydantic_core.url' object has no attribute 'strip' the apparent cause was from...
Hi There seems to be an Issue starting Celery in generated APP . I have been unable to resolve. Seems to be related to change in URL handling between pydantic...