CIT Hackathon Project
CodeWiz/
├── frontend/ → Frontend application
├── backend/ → Backend API server
├── ai/ → AI/ML service
├── shared/ → Shared types and utilities
│ └── types.ts
├── .env.example → Environment variable template
├── docker-compose.yml → Container orchestration (stub)
└── README.md
- Clone the repo
- Copy
.env.exampleto.envand fill in the values - Each team member works in their own folder (
frontend/,backend/,ai/)
- Frontend Dev →
frontend/ - Backend Dev →
backend/ - AI Dev →
ai/ - Integration Lead → repo-wide coordination