steelforesight/panel/public
alireza 09385a0a18 Add admin panel + wire main site to fetch articles from panel API
- panel/: standalone Express + SQLite + JWT admin (server.js, db.js, seed.js,
  vanilla-JS admin UI under public/). CRUD for articles with cover image
  uploads. README documents API, run instructions, and integration steps.
- src/data/reports.ts: appended bootstrapReports() that fetches from
  VITE_PANEL_API (defaults to http://localhost:3001) and mutates the in-memory
  reports array. Static array kept as fallback when panel is offline.
- src/main.tsx: awaits bootstrapReports() before initial render so all
  existing consumers see panel data without per-file changes.
2026-05-26 17:11:04 +03:30
..
app.js Add admin panel + wire main site to fetch articles from panel API 2026-05-26 17:11:04 +03:30
index.html Add admin panel + wire main site to fetch articles from panel API 2026-05-26 17:11:04 +03:30
style.css Add admin panel + wire main site to fetch articles from panel API 2026-05-26 17:11:04 +03:30