2 Commits

Author SHA1 Message Date
Michele
43485c5737 Add project documentation (CLAUDE.md)
Technical documentation for future reference:
- App overview and access credentials
- Database schema and API endpoints
- VPS configuration details
- Update workflow instructions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 10:23:37 +01:00
Michele
9a13e53ecc Initial commit: supabase-scheduler
Web app per gestire query automatiche verso database Supabase multipli.

Features:
- Login con credenziali fisse
- Dashboard CRUD per configurazioni database
- Scheduler node-cron per esecuzioni automatiche
- SQLite per persistenza dati
- Log esecuzioni per ogni database

Stack: Node.js + Express + SQLite

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 01:24:28 +01:00