Intern collaboration and mentorship platform with evidence-based skill tracking.
# Install dependencies
cd client && npm install
cd ../server && npm install
# Configure environment (see docs/README.md)
# Edit client/.env and server/.env
# Start development servers
# Terminal 1: cd server && npm run dev
# Terminal 2: cd client && npm run dev- Project collaboration with team management
- Mentorship session booking and tracking
- Evidence-based skill tracking system
- Real-time chat with channels and DMs
- Badge achievements system
- Admin dashboard
- docs/README.md - Overview and setup
- docs/TECHNICAL_SUMMARY.md - Technical details
- docs/PROJECT_SUMMARY.md - Comprehensive documentation
- docs/architecture.md - Skill Signal pipeline
- React 19 + Vite + Tailwind CSS
- Node.js + Express
- MySQL (Azure SQL in production)