Skip to content

sajxx/CodeWiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeWiz

CIT Hackathon Project

Project Structure

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

Getting Started

  1. Clone the repo
  2. Copy .env.example to .env and fill in the values
  3. Each team member works in their own folder (frontend/, backend/, ai/)

Team

  • Frontend Devfrontend/
  • Backend Devbackend/
  • AI Devai/
  • Integration Lead → repo-wide coordination

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors