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

Implemented search filter functionality in the backend for the /items route. The endpoint now supports dynamic search with filtering options for title and keyword across both title and description. Additionally,...

Change error 400 to error 403 when not enough permissions when requesting items. I think it is better a 403 than a 400 (bad request).

refactor

This PR introduces a health check endpoint to monitor service availability and database connectivity. Impact: Enables better monitoring Helps DevOps with uptime checks Follows REST API best practices

### Privileged issue - [x] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content When reopening the FastAPI dashboard, some users see outdated or...

### Privileged issue - [x] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content Hi team, I'd like to propose adding a clear local...

This pull request adds a step-by-step guide to help contributors set up the project locally. The instructions cover cloning the repository, installing frontend and backend dependencies, setting up PostgreSQL, configuring...

docs

### Update backend Dockerfile to use the latest uv version. ### Reasons 1. I encountered an issue when building Docker images with the specific uv version (0.5.11). And switching to...

Since we use `uv` to manage the py package and virtual env, so suggest to use `uv` to executing client generation for avoiding the packages or python command not found,

Bumps [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) from 1.19.1 to 1.121.41. Release notes Sourced from @​tanstack/react-router's releases. v1.121.41 Version 1.121.41 - 6/27/25, 3:46 AM Changes Fix react-router,solid-router: prevent unsafeRelative prop going into the DOM (#4530)...

dependencies
javascript