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

When I change the full name, it will show KeyError

### I have trouble on making DB CRUD with two or multiple table (join table) and this is first time i working with Pydantic and FastAPI. Sorry if my question...

Hi! Looking through the sources of the backend and frontend I can't figure out what happens when the JWT access token expires. Is there a strategy in place to extend...

I have a code where Depends is used in a class to implement methods of other classes. When the application is launched, this class takes up memoty more than 100Mb...

Hi @tiangolo and community, I work heavily with the stack used in this application (FastAPI, Vue, Docker, Typescript), and noticed that the frontend is using Vue 2 and class components,...

For everyone who has the same issues as me. # 1. Connect to the database server via pgadmin Once the `docker-compose up -d` finished. `pgadmin` is available on `localhost:5050`. After...

There is a LICENSE file at the top level of this repo but not in the template directory and therefore the projects this template creates. Is it intended for the...

After running `docker-compose up -d` and operating on Docker Desktop in the background, I cannot access pg admin at `http://localhost:5050` Already tried following the resolved issue #36 mentioned steps, but...

Issue: https://www.bleepingcomputer.com/news/security/lets-encrypt-is-revoking-lots-of-ssl-certificates-in-two-days/ Resolution: ``` # Delete traefik stack docker stack rm traefik # Delete traefik volume docker volume ls (should see something like traefik_traefik-public-certificates) docker volume rm traefik_traefik-public-certificates # Populate...

Hi, I followed the [wiki page](https://github.com/tiangolo/full-stack-fastapi-postgresql) to install: > pip install cookiecutter > cookiecutter https://github.com/tiangolo/full-stack-fastapi-postgresql And then set `first_superuser` and `first_superuser_password` (this step I just created my own secret key...