# Flask-admin-system-GY **Repository Path**: gybooks/flask-admin-system-gy ## Basic Information - **Project Name**: Flask-admin-system-GY - **Description**: flask后台管理系统模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-11 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flask-admin-system-GY ## Examples Several usage examples are included in the */examples* folder. Please add your own, or improve on the existing examples, and submit a *pull-request*. To run the examples in your local environment: 1. Clone the repository: ```bash git clone https://gitee.com/gybooks/flask-admin-system-gy.git cd Flask-admin-system-GY ``` 2. Create and activate a virtual environment: ```bash # Windows: python -m venv .venv .venv\Scripts\activate # Linux: python3 -m venv .venv source .venv/bin/activate ``` 3. Install requirements: ```bash pip install -r requirements.txt ``` 4. Run the application: ```bash python app.py ``` 5. Check the Flask app running on .