This section will guide you through starting the backend and frontend for the first time without Docker, and calling protected APIs using a Token.
1) Start Backend
cargo run
This section will guide you through starting the backend and frontend for the first time without Docker, and calling protected APIs using a Token.
cargo run

QiLuo includes a built-in Code Generator that scans Entity files generated by sea-orm-cli and automatically produces complete backend and frontend CRUD code, dramatically reducing repetitive work.

The quality of the QiLuo repository can be comprehensively evaluated from multiple dimensions such as code design, technology selection, functional completeness, and engineering practices. It demonstrates overall maturity and is suitable for enterprise-level application scenarios. The detailed analysis is as follows:
The system provides comprehensive WeChat Official Account integration and management capabilities, supporting multi-account binding, message receiving/replying, material management, menu management, template messages, WeChat Pay, and more.




QiLuo is an enterprise-level rapid development platform based on the Rust technology stack, using the Axum framework to build high-performance Web API services. This document provides detailed information about the design and functionality of each API interface module in the QiLuo system.

This file is the core routing management module of the entire application, responsible for unified management and organization of all API interface routes.
File location: mod.rs

The caching system is implemented based on the Rust technology stack, supporting multiple cache storage methods and providing a unified operation interface. The core features and implementation details are as follows: