full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

Results 326 full-stack-fastapi-template issues
Sort by recently updated
recently updated
newest added

Good afternoon. I wanted to ask about full-stack-fastapi-postgresql for several weeks now I can’t deploy, I went through several steps in windows 10 and docker is the latest version and...

`depends_on` does not longer wait for the container to be "ready" instead it will wait for it to be started. To make sure a container is ready one should have...

After building and running deploy, I'm getting this error. Error: ``` network "traefik-public" is declared as external, but could not be found. You need to create a swarm-scoped network before...

after i have run 'docker-compose up -d' command, everything seems to be fine,but i cannot access 'http://localhost ' or 'http://localhost/api', the result is '502 bad gateway'; only the middleware like...

Hello @tiangolo I was wondering what's the status of this project/template? There's a lot of outstanding PR's, and no releases since 2020. This is an amazing template, and it would...

Since we have an OpenAPI spec provided by fastapi, it would be nice to use it for more than just documentation purposes. There are several code generators out there, maybe...

Current code was raising error, When user was trying to update name / other details from UI `backend_1 | File "./app/crud/crud_user.py", line 34, in update backend_1 | if update_data["password"]: backend_1...

Due to the fact that update() will receive its data through UserUpdate, its data may or may not consist "password". I added .get("password") to prevent any KeyError exception.