该项目是 FastAPI 作者开源的一个 FastAPI 的项目模板,包含完整的 FastAPI、React、PostgreSQL、Docker、HTTPS 等技术栈。提供了现成的 React 前端、单元测试、管理后台、JWT、邮件、Docker Compose 等,可用于快速开发基于 FastAPI 前后端分离的 Web 项目。
代码仓:Full Stack FastAPI Template FastAPI全栈模板 - 技术栈和特性¶ ⚡FastAPI用于Python后端API. 🧰SQLModel用于Python和SQL数据库的集成(ORM)。 🔍PydanticFastAPI的依赖项之一,用于数据验证和配置管理。 💾PostgreSQL作为SQL数据库。 🚀React用于前端。
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more. - Pull requests · fastapi/full-stack-fastapi-template
full-stack-fastapi-template讲解 full-stack-fastapi-template讲解 full-stack-fastapi-template是前后端一体化开发模板。它基于FastAPI框架构建后端服务。前端部分可采用多种流行框架搭配。该模板旨在提升开发效率与质量。后端利用FastAPI的高性能特性。提供简洁且高效的路由系统设计。能轻松实现各种API接口的开发。对数据库...
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more. - full-stack-fastapi-template/backend/README.md at master · erip/full-stack-fastapi-template
robot518:软件工具专栏概述及目录官网doc: GitHub - tiangolo/full-stack-fastapi-template: Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Action…
You can pre-read the project README.md template here too. Sibling project generators Full Stack FastAPI Couchbase: https://github.com/tiangolo/full-stack-fastapi-couchbase. Release Notes Latest Changes ✨ Upgrade items router with new SQLModel models, simplified logic, and new FastAPI Annotated ...
1.2w full-stack-fastapi-template—全栈、现代化的 FastAPI 项目模板 1 该项目是 FastAPI 作者开源的一个 FastAPI 的项目模板,包含完整的 FastAPI、React、PostgreSQL、Docker、HTTPS 等 fastapi ·TypeScript·1 年前 2.9k mealie—自托管的食谱管理平台
FastAPI-Template 是一个基于 FastAPI 的现代化 Python Web 后端框架,专注于高性能、可扩展性和开发效率。它提供了一种简单而强大的方法来构建高性能、可扩展和易于维护的 Web 应用程序。首先,FastAPI-Template 使用异步编程技术,使得应用程序能够更快速地处理请求和响应
这几年一直在做污水处理数学模型算法平台的全栈开发(https://www.simpowater.org),今年(2024年)后端成功从flask迁移到了fastapi。迁移过程比较耗时,一个首要原因是,目前没有什么好的fastapi脚手架(官方的…