Startstop Demo App

Start or stop the demo server (FastAPI) on port 2026. Use when you need to run or kill the development server. Use when this capability is needed.

tomevault-io Updated

File contents

Start/Stop Demo App

Manage the demo FastAPI development server running on port 2026.

Tools

  • tools/start.py - Start the demo server (src/server/main.py)
  • tools/stop.py - Stop the server running on port 2026

Usage

# Start the app
python3 .claude/skills/start-stop-app/tools/start.py

# Stop the app
python3 .claude/skills/start-stop-app/tools/stop.py

Source: RussianRoulette84/agentic_project — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/russianroulette84--agentic-project--start-stop-demo-app commit 1dbcf689a1

Frequently asked questions

npx skillmds@latest add tomevault-io/startstop-demo-app