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

Bumps [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) from 1.19.1 to 1.121.2. Release notes Sourced from @​tanstack/react-router's releases. v1.121.2 Version 1.121.2 - 6/11/25, 6:15 PM Changes Fix make router.hydrate possibly async (#4391) (6837b81) by Manuel Schiller...

dependencies
javascript

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.11.4. Release notes Sourced from pydantic's releases. v2.11.4 2025-04-29 What's Changed Packaging Bump mkdocs-llmstxt to v0.2.0 by @​Viicos in #11725 Changes Allow config and bases...

dependencies
internal
python:uv

Added bmi logic and removed unnecessary ui designs

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.49.3 to 7.57.0. Release notes Sourced from react-hook-form's releases. Version 7.57.0 🫚 feat: root errors count in schema error lookup (#12839) 👁️ feat: focus form field for...

dependencies
internal
javascript

## Summary - Add authentication support for remote MCP servers (bearer token, API key, basic auth) - Add environment variable expansion in server configurations - Enhance error handling and connection...

## Overview Currently authentication tokens are sent in plain text format. This can be a security vulnerability because attackers can run malicious JS scripts in the browser to access the...

## Overview This PR introduces a comprehensive analytics system with OpenTelemetry instrumentation for enhanced observability and monitoring capabilities. ## Features Added ### Analytics API Endpoints - **User Analytics** (`/api/v1/analytics/user-summary`): -...

### Summary This PR adds support for a **dedicated PostgreSQL test database** by introducing a `.env.test` file and adapting the config logic to switch automatically based on the `ENVIRONMENT` variable....

Bumps node from 20 to 24. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=node&package-manager=docker&previous-version=20&new-version=24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
internal
docker