diff --git a/README.md b/README.md index e932719..1bb856e 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ Explore the docs »

- 简体中文 - · Report Bug · Request Feature + · + 简体中文

@@ -35,22 +35,10 @@ The key features are: - **Fast development**: Write your entire app with Python, seamlessly integrating backend logic and frontend UI. - **Easy Form Validation**: Define a single Pydantic model for seamless and consistent form validation across your app, enhancing development speed and reducing potential errors. -- **Client-Side Routing**: Fast, smooth page transitions without reloads. - **Folder-Based Routing**: Easy route management through folder structure. +- **Client-Side Routing**: Fast, smooth page transitions without reloads. - **SEO Friendly**: Supports server-side rendering for better search engine visibility. -## Requirements - -- Python 3.9+ - -## Installation - -```console -$ pip install flect - ----> 100% -``` - ## Example In this example, we will demonstrate how to build a simple to-do application using flect. As flect is built on top of [FastAPI](https://fastapi.tiangolo.com/), so you can define your routes using FastAPI’s syntax. @@ -136,9 +124,16 @@ async def post(form: TodoInCreate) -> ActionResponse: Which renders like this: ![flect-todo](https://github.com/Chaoyingz/flect/assets/32626585/f48415d8-b25c-432d-8dc4-d0bd4d65777d) -## Demo +## Learn More + +- [Documentation](https://flect.celerforge.com/) + +## Credits + +This project draws inspiration from the following frameworks: -Check out the `docs` folder in the project repository. The documentation website is built directly from these sources. +- [FastUI](https://github.com/pydantic/FastUI) +- [Next.js](https://nextjs.org/) ## License diff --git a/README_CN.md b/README_CN.md index 1837af5..7ea1161 100644 --- a/README_CN.md +++ b/README_CN.md @@ -9,11 +9,11 @@ 探索文档 »

- English - · 报告错误 · 请求新功能 + · + English

@@ -28,8 +28,8 @@ flect 是一个用于构建全栈 Web 应用程序的 Python 框架。它通过 - **快速开发**:使用 Python 编写整个应用,无缝集成后端逻辑和前端 UI。 - **简单的表单验证**:定义单一的 Pydantic 模型,实现整个应用中的无缝且一致的表单验证,提高开发速度,减少潜在错误。 -- **客户端路由**:无需重新加载即可实现快速、流畅的页面转换。 - **基于文件夹的路由**:通过文件夹结构轻松管理路由。 +- **客户端路由**:无需重新加载即可实现快速、流畅的页面转换。 - **SEO 友好**:支持服务器端渲染,以获得更好的搜索引擎可见性。 ## 系统要求 @@ -129,9 +129,16 @@ async def post(form: TodoInCreate) -> ActionResponse: 渲染出来的效果如下: ![flect-todo](https://github.com/Chaoyingz/flect/assets/32626585/f48415d8-b25c-432d-8dc4-d0bd4d65777d) -## 演示 +## 了解更多 + +- [文档](https://flect.celerforge.com/) + +## 鸣谢 + +本项目受到以下框架的启发: -请查看项目仓库中的 `docs` 文件夹。文档网站直接从这些源文件构建。 +- [FastUI](https://github.com/pydantic/FastUI) +- [Next.js](https://nextjs.org/) ## 证书