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.
This pr adds the following features: - Automatic discovery and execution of tests directly in the vscode interface (with coverage); - Automatic formatting of python files with ruff in pre-save;...
### Description This pull request refactors the `reset_password` API endpoint to delegate password hashing and database update logic to the existing `crud.update_user` method. The original implementation in `reset_password` contained redundant...
Hey folks. With this file, we can specify what extensions of VSCode should be used together with this template, and people can easily be prompted in VSCode to install them....
Rename state `error` to get `useQuery`'s native `error` via object destructuring to solve the spinner endless loop in case of backend reboot, expired or corrupted token.
I've mapped the Docker container's Alembic folder to the local directory, ensuring that any auto-generated migration files created by Alembic are automatically copied to the local development environment.
I have added `TypeAlias` typing for dependencies because **VS Code Pylance** issued a warning when using them as type annotations in functions. **Warning:** *"Variable not allowed in type expression (Pylance)"*
Fix the `parse_cors` function in `config.py` so that it behaves consistently for both empty string and empty list. Currently, when an empty list is provided as an argument, it returns...
device, device_app, device_app_task 可以决定enable 在生成today task的时候,会根据这个设置来判断是否运行
Bumps [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) from 0.57.0 to 0.72.2. Release notes Sourced from @hey-api/openapi-ts's releases. @hey-api/openapi-ts@0.72.2 Patch Changes #2163 9769998 Thanks @mrlubos! - fix(zod): add metadata option to generate additional metadata for documentation,...
Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) from 3.8.0 to 3.21.0. Release notes Sourced from @chakra-ui/react's releases. @chakra-ui/react@3.21.0 Minor Changes 3df43ba Thanks @segunadebayo! - Add support new entrypoint for /theme which allows for incremental loading...