🎓 大学管理信息系统门户 - 人工智能驱动的管理系统
  
🚀 下一代高校管理系统
一个基于人工智能的高校管理信息系统,拥有美观的玻璃风格用户界面(Glassmorphism UI)和由Rust语言驱动的高性能。
✨ 主要特点
- 🤖 表示机器人。 AI聊天界面 - 通过Ollama集成实现自然语言控制
- ⚡(闪电符号,常用于表示快速、能量或电力等概念) Rust 后端 - 最大性能与可靠性
- 🎨(颜料或绘画的符号,无直接对应中文,可理解为“绘画”或“颜料”) 玻璃质感界面(Glassmorphism UI) - 现代、优雅的界面设计
- 🔧 修理工具或扳手的符号,常用于表示修理、维护或技术相关的活动。 MCP集成 - 用于可扩展性的动态动作系统
- 🛡️ 翻译为中文是“盾牌”。这个符号通常用来表示保护、防御或安全的概念。 基于组件的权限 - 细粒度访问控制(100多个组件)
- 🌐 代表“地球”或“全球”,在网络语境中常用来表示“世界范围的”或“全球性的”。 双部署 - SaaS托管 + 现场安装
- 📊 表格/数据图表 实时分析 - 全面的报告与见解
🏗️ 建筑学
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Frontend │ │ Rust Backend │ │ AI/ML Layer │
│ (React + TS) │◄──►│ (Axum/Tokio) │◄──►│ (Ollama) │
│ Glassmorphism │ │ MCP │ │ RAG │
└─────────────────┘ └─────────────────┘ └─────────────────┘🛠️ 技术栈
后端:
- Rust(Axum网络框架)
- PostgreSQL + pgvector
- Qdrant(向量数据库)
- 东京(异步运行时)
前端:
- React 18 + TypeScript
- Next.js 14
- Tailwind CSS(玻璃风格设计)
- Framer Motion(框架运动/动画库,具体翻译可能根据上下文调整)
AI/ML:人工智能/机器学习
- Ollama(本地大型语言模型)
- MCP(模型上下文协议)
- RAG(检索增强生成)
🚀 快速入门(推荐使用 Docker)
用 Docker 解决所有安装难题!
# 1. Install Docker Desktop (Windows/Mac) or Docker Engine (Linux)
# 2. Clone and setup
git clone https://github.com/your-org/college-mis-ollama.git
cd college-mis-ollama
# 3. Run setup script
# Windows:
scripts\setup.bat
# Linux/Mac:
chmod +x scripts/setup.sh
./scripts/setup.sh
# 4. Start everything
docker-compose up -d
# 5. Access application
# Frontend: http://localhost:3000
# Backend API: http://localhost:8080🛠️ 手动开发环境设置
# Alternative if you prefer local development
# Clone the repository
git clone https://github.com/your-org/college-mis-ollama.git
cd college-mis-ollama
# Start backend
cd backend
cargo run
# Start frontend (in another terminal)
cd frontend
npm run dev📁 项目结构
college-mis-ollama/
├── backend/ # Rust backend services
├── frontend/ # React frontend with glassmorphism UI
├── shared/ # Shared types and utilities
├── docs/ # Documentation
├── docker/ # Docker configurations
└── scripts/ # Development scripts👥 团队
由Vinchu Banna团队用心打造
📄 许可证
专有技术 - 版权所有,保留一切权利
