diff --git a/PHASE1_COMPLETE.md b/docs/ai/PHASE1_COMPLETE.md similarity index 100% rename from PHASE1_COMPLETE.md rename to docs/ai/PHASE1_COMPLETE.md diff --git a/ROADMAP.md b/docs/ai/ROADMAP.md similarity index 100% rename from ROADMAP.md rename to docs/ai/ROADMAP.md diff --git a/docs/human/phase1-manual-test.md b/docs/human/phase1-manual-test.md new file mode 100644 index 0000000..a8c90cd --- /dev/null +++ b/docs/human/phase1-manual-test.md @@ -0,0 +1,11 @@ +# Install dependencies + pip install -r requirements-web.txt + +# Initialize database +python3 init_db.py --password yourpassword + +# Run Flask app +python3 -m web.app + +# Test Settings API +curl http://localhost:5000/api/settings/health \ No newline at end of file