vue-element-admin-fastapi
☆246Mar 1, 2025Updated last year
Alternatives and similar repositories for vue-element-admin-fastapi
Users that are interested in vue-element-admin-fastapi are comparing it to the libraries listed below
Sorting:
- 使用fastapi做后端,vue-element-admin作为前端的后台管理系统☆48Dec 29, 2020Updated 5 years ago
- 🤪 FastAPI + Vue构建的Mall项目后台管理☆181Sep 16, 2022Updated 3 years ago
- ☆16Dec 14, 2020Updated 5 years ago
- FastAPI + MySQL Web项目生成器 ,个人认为较为合理的项目组织结构;基于apscheduler的定时任务。☆493Mar 23, 2022Updated 4 years ago
- FastAPI + vue3 前后端分离后台管理系统,包含PC端,微信小程序端。接口使用:FastAPI+Pydantic+SQLAlchemy 2.0+Mysql,PC 端使用:Vue3+Typescript+Vite+Element Plus,小程序使用:Uni-APP…☆804Mar 25, 2025Updated 11 months ago
- 基于Fastapi开发,集成Celery-redis分布式任务队列、JWT 用户系统、ElasticSearch和encode orm的基础项目模板,大家可以根据自己的需求在本模板上进行修改☆96Mar 10, 2022Updated 4 years ago
- FastAPI Learning Example,对应中文视频学习教程//space.bilibili.com/396891097☆457Oct 16, 2020Updated 5 years ago
- python/fastapi + golang/gin + Vue + docker 基于异步技术栈的个人博客系统☆155Mar 6, 2023Updated 3 years ago
- A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin☆3,729Apr 5, 2025Updated 11 months ago
- Vue3+FastAPI Demo☆141Aug 1, 2023Updated 2 years ago
- ⭐️ 基于 FastAPI+Vue3+Naive UI 的现代化轻量管理平台 A modern and lightweight management platform based on FastAPI, Vue3, and Naive UI.☆2,044Jul 4, 2025Updated 8 months ago
- Python3.7 + FastAPI + MySQL + Redis + Tortoise-orm + aerich 这是一个各种教程的集合体,持续踩坑中☆245Dec 8, 2022Updated 3 years ago
- Vue移动商城项目,练习Vue时的demo。☆10Jan 6, 2023Updated 3 years ago
- a lightweight web app framework based on fastapi☆78Feb 14, 2023Updated 3 years ago
- FastAPI Best Architecture slim☆222Feb 11, 2026Updated last month
- 一个全栈测试自动化平台,使用fastapi + vue3 ,快速实现接口自动化,方便维护扩展☆373Feb 2, 2026Updated last month
- 基于Vue3+Element Plus+FastAPI开发的一个通用中后台管理框架(若依的FastAPI版本),支持代码生成。A general middle and backend management framework developed with Vue3 + El…☆1,227Feb 13, 2026Updated last month
- FastAPI-Amis-Admin is a high-performance, efficient and easily extensible FastAPI admin framework. Inspired by django-admin, and has as m…☆1,525Dec 15, 2025Updated 3 months ago
- FastAPI+Vue3,RBAC权限管理,实现 菜单、路由、按钮、接口 权限控制;👀https://www.bilibili.com/video/BV1bd4y147sZ/☆189Mar 31, 2024Updated last year
- 整体的介绍 FastAPI,快速上手开发,结合 API 交互文档逐个讲解核心模块的使用。视频学习地址:☆1,375Aug 9, 2023Updated 2 years ago
- 基于RBAC模型权限控制的中小型应用的基础开发平台,前后端分离,后端采用django+django-rest-framework,前端采用vue+ElementUI,移动端采用uniapp+uView(可发布h5和小程序).☆1,090Updated this week
- 项目基于Django、Django REST framework(DRF)、Channels、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC;目前已实现基本功能,满足日常学习使用,工由于工作较忙更新较慢,请见谅......ht…☆594Jan 31, 2024Updated 2 years ago
- 基于 Arco Design Pro 构建的 fastapi_best_architecture 前端实验性实施☆116Mar 29, 2025Updated 11 months ago
- FastAPI-vue☆86Feb 24, 2025Updated last year
- Testing a project with a FastAPI backend and Vue.js frontend in the same project☆83Jan 5, 2023Updated 3 years ago
- Small microservice to handle authentification and rights☆20Jul 23, 2023Updated 2 years ago
- FastAPI Vue Blog☆29May 30, 2022Updated 3 years ago
- project template for FastAPI☆23Aug 6, 2020Updated 5 years ago
- FastApi + pywebview + Vue3 + Vite Demo☆12Jan 14, 2024Updated 2 years ago
- 仿HelloFlask项目 ,采用前后端分离 FastAPI + Vue3 +Vite2 https://www.bilibili.com/video/BV1Ef4y177My/?vd_source=f824feef5305252d9a349520313fd4db☆124Mar 26, 2022Updated 3 years ago
- Enterprise-level backend architecture solution with fastapi、sqlalchemy,、celery、pydantic、grafana、docker...☆2,117Updated this week
- A complete set of basic development platform for permission control based on RBAC model, with front-end and back-end separation, and the …☆716Jan 1, 2024Updated 2 years ago
- 基于fastapi构建的web开发框架☆248Jan 17, 2024Updated 2 years ago
- 从Flask版本移植而来,快速开发平台☆19Jun 15, 2021Updated 4 years ago
- 这是一个 fastapi 结合 apscheduler 做的一个动态添加定时任务的web☆16Jan 14, 2022Updated 4 years ago
- 从数据库逆向生成SQLModel、TortoiseORM模型、FastAPI 接口、Vue TS后台管理页,有效减少重复编码,👀☆115Jul 14, 2024Updated last year
- MERGE TO https://github.com/abersheeran/kui☆20Oct 12, 2023Updated 2 years ago
- A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球20000+网站都在使用!喜欢可以点个star✨☆3,785Jan 13, 2026Updated 2 months ago
- 翻自 《Flask Web开发实战_入门、进阶与原理解析(李辉著 )》 中的实战项目SayHello,采用FastAPI + SQLAlchemy(sqlite3) + html + css + vue.js 实现 d☆29May 30, 2022Updated 3 years ago