feat(robot-integration): prepare backend and frontend for robot integration
Backend
- Added POST /api/projects
- Added GET /api/projects
- Linked Project
↔️ Metadata - JWT protected routes
Frontend
- Removed mock projects
- Projects page now fetches from API
- "+ Nouveau projet" redirects to /robot
Ready for Robot integration.