QiLuo Tutorial
5/15/26Less than 1 minute
QiLuo · Rust Enterprise Rapid Development Platform Tutorial
Welcome to the QiLuo tutorial. This is a comprehensive development guide for enterprise backend systems, including:
- Backend: Rust, Axum, Sea-ORM, JWT, Tracing
- Frontend: Vue3, Vite, Pinia, Vue-Router, Element Plus (example)
- Features: Department & Role Users, Menu & Button Permissions, Data Permissions, System Parameters, Log Management, Online Scheduled Tasks, Cluster & Multi-DataSource Support, Infinite Multi-Level Categories, Database Snowflake ID
You will learn:
- How to start the backend and frontend from scratch
- How to configure routes, middleware, controllers, and request/response
- Using Sea-ORM for entities, queries, transactions, and migrations
- JWT login, RBAC authorization, data permissions, and frontend-backend integration
- Task scheduling (online configuration + distributed locks), log management, Snowflake ID
- Multi-environment configuration and Docker-free deployment
Recommended reading path:
- Install ➜ Directory Structure ➜ Configuration
- HTTP Routes & Middleware ➜ Controllers & Request/Response
- Database & Migrations ➜ Security (Authentication & Authorization)
- System Features (Logs, Tasks, Snowflake ID, System Parameters)
- Frontend (Auth Guards, Dynamic Menus)
- Deployment & Testing
Ready? Start with installation 🚀