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.
[](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 rebase manually by commenting `@dependabot rebase`....
This pull request fixes an HTTP 400 error in production by updating the login function in frontend/src/hooks/useAuth.ts. The LoginService.loginAccessToken call was incorrectly passing { formData: data } instead of {...
Based on previous discussions (#724, #1119, #383, #218, #128, #122), it's clear that we don't want to go ahead and add files containing secrets (e.g. `.env`, `.copier-answers.yml`) to the template's...
The value of the `FIRST_SUPERUSER_PASSWORD` environment variable needs to be
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.49.3 to 7.58.1. Release notes Sourced from react-hook-form's releases. Version 7.58.1 🔧 check window.crypto undefined (#12893) Version 7.58.0 ⌨️ feat: add FieldArrayPathByValue type (#12481) 📇 feat #12813...
Develop
merge jenkinsfile
- Add depends_on to frontend service to wait for backend healthcheck - Add beforeLoad guard to dashboard route to redirect to login when not authenticated - Prevents nginx 'host not...
This PR ensures that the generated passphrases have a consistent length. During the docker compose, some service complained that the secret were too long, which is caused by the `python...
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.4 to 2.12.5. Release notes Sourced from pydantic's releases. v2.12.5 2025-11-26 v2.12.5 (2025-11-26) This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel...
Updates the requirements on [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) to permit the latest version. Release notes Sourced from sentry-sdk[fastapi]'s releases. 2.46.0 Various fixes & improvements Preserve metadata on wrapped coroutines (#5105) by @alexander-alderman-webb Make...