- Create bible/ as single source of truth (architecture, API, frontend, installation, usage, security, roadmap) - Verify and fix Bible against actual source code (API methods, endpoints, data flow) - Trim README.md and CLAUDE.md to minimal stubs pointing to the Bible - Remove duplicate claude.md (lowercase) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
500 B
Markdown
20 lines
500 B
Markdown
# TurboRFQ — MariaDB Web UI
|
|
|
|
A lightweight PHP web application providing an Excel-like interface for browsing and editing MariaDB tables.
|
|
|
|
## Quick Start (Docker)
|
|
|
|
```bash
|
|
docker run -d \
|
|
--name turborfq \
|
|
-p 8080:8080 \
|
|
-e DB_HOST=your-mariadb-host \
|
|
git.mchus.pro/mchus/turborfq:latest
|
|
```
|
|
|
|
Open http://localhost:8080, log in with your MariaDB credentials.
|
|
|
|
## Documentation
|
|
|
|
All architecture, API reference, usage guides, and operational notes live in the **[bible/](bible/README.md)**.
|