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 344 full-stack-fastapi-template issues
Sort by recently updated
recently updated
newest added

Some of the endpoints raise HTTPExceptions with undefined status codes and response payloads according to the API-spec. I've added these as a addition responses in the route decorators as well...

investigate

You provide the fastapi docker image which installs fastapi via pip but fastapi ist still part of your poetry dependencies. This leads to an image that is 50MB larger and...

investigate

I am currently working on a backend based on this repository. I was wondering why the design choice of the "CRUD" classes as independant entities. I was thinking about creating...

investigate

Using a "complex" password containing any character that needs to be quoted/encoded crashes at import of `backend/app/app/core/config.py` at the assembly method https://github.com/tiangolo/full-stack-fastapi-postgresql/blob/490c554e23343eec0736b06e59b2108fdd057fdc/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/app/core/config.py#L43 when building DSN. This is easily fixable by...

investigate

I have successfully got the stack running on a swarm of 2 Linodes and deployed to staging domain `stag.example.com`. Running the command below shows that the various services in the...

investigate

Hello @tiangolo , First of all, I want to express my appreciation for the recent updates to the project; it's been running superbly on a local environment. To further enhance...

I had to modify the `modify-openapi-operationids.js` script because biome was giving me a lint error because of the use of `forEach` instead of `for...of` I also disabled some other rules...

Just adding a launch configuration for convenience to start both frontend and backend with a single command.

internal

I installed chrome on WSL via `sudo apt install --fix-missing ./google-chrome-stable_current_amd64.deb`. However I got the following error: ```plain Unable to find chrome version *. Available auto-discovered versions are: []. You...