um Poolfahrzeuge erweitert
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user