Commit Graph

3 Commits

Author SHA1 Message Date
giuseppe 108b2b99bf Delete monorepo-migration-prompt.md 2026-02-10 07:10:31 +00:00
root 3236ba274c refactor: monorepo migration with frontend v2 logic + complete testing
- Migrated backend and frontend into monorepo structure (server/, client/)
- Implemented mobile-responsive layout with hamburger menu
- Added user authentication with Google OAuth integration
- Implemented file upload with vector embedding (PDF, DOCX, ODT, XLSX, TXT, MD)
- Added RAG chat system with Ollama integration
- Fixed responsive breakpoints and mobile drawer behavior
- Configured CORS for production domain (ai.dffm.it)
- Built and tested production bundles
- Created comprehensive TESTING_REPORT.md
- Added .gitignore for node_modules, dist, .env files

Technical Details:
- Frontend: React 19 + Vite + Tailwind CSS + TypeScript
- Backend: Express.js + Passport + PostgreSQL + pgvector
- Build: Client bundle 291KB (gzipped 89KB)
- Server: Running on port 3000 with SPA fallback

Note: HTTPS production access requires reverse proxy configuration
See TESTING_REPORT.md for deployment instructions

Ready for production deployment once SSL is configured
2026-02-09 20:38:41 +00:00
root 21d04889ce first commit 2026-02-09 18:54:44 +00:00