Local network scanning web app (FastAPI backend, React frontend, RQ worker + Redis).
- Start Redis: run redis-server.exe (or use Docker)
- Activate backend venv and run: uvicorn app.main:app --reload
- Start worker: python scanner-worker/worker.py
- Start frontend: cd frontend && npm install && npm start