full-stack-fastapi-template
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.
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @myndzi). Commits 3044cd5 Release 3.3.8 version...
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...
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...
## 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. [](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...