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

Bumps traefik from 3.0 to 3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=traefik&package-manager=docker_compose&previous-version=3.0&new-version=3.4)](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_compose

I believe that using status codes via FastAPI (Starlette, actually!) instead of using raw numbers is more readable, consistent, and makes development easier. Re-request from PR #1319.

This PR introduces internationalization (i18n) to the login flow, including: A translated LoginForm component with validation messages A reusable LanguageSwitcher component French and English translation files Translation keys follow feature:component.element...

This PR fixes a bug where the ItemUpdateForm (in EditItem) would reset to its default values upon successful mutation. As a result, reopening the update form would display outdated predefined...

bug

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together. Updates `react-dom` from 18.2.0 to 19.1.0 Release notes Sourced from react-dom's releases. 19.1.0 (March 28, 2025) Owner Stack An...

dependencies
internal
javascript

This pull request makes several changes to the `backend/app/models.py` file to enhance database modeling and improve compatibility with SQLAlchemy. The key updates include adjustments to field definitions, changes to relationships,...

Bumps python from 3.10 to 3.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python&package-manager=docker&previous-version=3.10&new-version=3.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
internal
docker

Bumps [@zag-js/core](https://github.com/chakra-ui/zag) to 1.8.2 and updates ancestor dependency [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react). These dependencies need to be updated together. Updates `@zag-js/core` from 0.82.1 to 1.8.2 Changelog Sourced from @​zag-js/core's changelog. 1.8.2 - 2025-04-04...

dependencies
internal
javascript

The passlib library, previously used for password hashing in this project, is no longer actively maintained — its last update was over 4 years ago. This has been confirmed here:...

refactor
conflicts