Files
MobileModels/README_en.md
2026-03-19 13:00:40 +08:00

666 B

MobileModels Workspace

This repository is organized into two layers:

  • workspace/
    • source workspace
    • upstream raw data, notes, and historical files
  • delivery/
    • delivery artifact
    • a ready-to-run Docker Compose project with web UI, MySQL schema, and docs

Usage

Run from the delivery directory:

cd delivery
docker compose up --build -d

Entry pages:

  • http://127.0.0.1:8123/web/device_query.html
  • http://127.0.0.1:8123/web/brand_management.html
  • http://127.0.0.1:8123/web/device_query.html?view=docs

More delivery details: