um Poolfahrzeuge erweitert

This commit is contained in:
Erik Thiele
2026-05-19 20:22:18 +02:00
parent 60a5dc39b2
commit 0199a21a66
12 changed files with 487 additions and 43 deletions

View File

@@ -7,7 +7,7 @@
## Run
- Create the environment exactly as documented in `README.md`: `python3 -m venv .venv`, `source .venv/bin/activate`, `pip install -r requirements.txt`.
- Start the app with `python3 app.py`. `app.py` calls `app.run(debug=True)` directly under `if __name__ == "__main__"`.
- Default local URL is `http://127.0.0.1:5000`.
- Default local URL is `http://127.0.0.1:5006`.
## Data And Side Effects
- The app writes to repo-local files next to `app.py`: SQLite database `inventory.db` and log file `inventory.log`.