# log-viewer **Repository Path**: adatech_0/log-viewer ## Basic Information - **Project Name**: log-viewer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-27 - **Last Updated**: 2026-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # log-viewer Local log files in a web UI (work in progress). ## Layout - [backend/](backend/) — Python (Flask) API (scaffold only). - [frontend/](frontend/) — static HTML/CSS/JS (scaffold only). ## Dependencies From the repository root: ```bash cd backend python -m pip install -r requirements.txt ``` Optional: copy [backend/.env.example](backend/.env.example) to `backend/.env` and set `LOG_ROOT` when you implement configuration. ## Run backend (empty app) ```bash cd backend python app.py ``` The scaffold does not serve the `frontend/` folder or expose log APIs yet.