director-ai / our_logging /STRUCTURE.md
algorembrant's picture
Upload 79 files
11f4e50 verified

Project Structure

1st-hackaton/
β”œβ”€β”€ client/
β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”‚   β”œβ”€β”€ AITerminal.tsx
β”‚   β”‚   β”‚   └── Navbar.tsx
β”‚   β”‚   β”œβ”€β”€ pages/
β”‚   β”‚   β”‚   β”œβ”€β”€ Dashboard.tsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Landing.tsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Login.tsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Preview.tsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Privacy.tsx
β”‚   β”‚   β”‚   β”œβ”€β”€ ProjectPage.tsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Register.tsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Terms.tsx
β”‚   β”‚   β”‚   └── VideoCreate.tsx
β”‚   β”‚   β”œβ”€β”€ services/
β”‚   β”‚   β”‚   └── api.ts
β”‚   β”‚   β”œβ”€β”€ store/
β”‚   β”‚   β”‚   β”œβ”€β”€ authSlice.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ index.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ projectsSlice.ts
β”‚   β”‚   β”‚   └── videosSlice.ts
β”‚   β”‚   β”œβ”€β”€ App.tsx
β”‚   β”‚   β”œβ”€β”€ index.css
β”‚   β”‚   β”œβ”€β”€ main.tsx
β”‚   β”‚   └── vite-env.d.ts
β”‚   β”œβ”€β”€ index.html
β”‚   β”œβ”€β”€ package.json
β”‚   β”œβ”€β”€ postcss.config.js
β”‚   β”œβ”€β”€ tailwind.config.js
β”‚   β”œβ”€β”€ tsconfig.json
β”‚   └── vite.config.ts
β”œβ”€β”€ logs/
β”‚   β”œβ”€β”€ 1_implementation_plan.md.resolved
β”‚   β”œβ”€β”€ 1_prompt.md
β”‚   └── 1_walkthrough.md.resolved
β”œβ”€β”€ server/
β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”œβ”€β”€ config/
β”‚   β”‚   β”‚   β”œβ”€β”€ database.ts
β”‚   β”‚   β”‚   └── index.ts
β”‚   β”‚   β”œβ”€β”€ middleware/
β”‚   β”‚   β”‚   β”œβ”€β”€ auth.ts
β”‚   β”‚   β”‚   └── errorHandler.ts
β”‚   β”‚   β”œβ”€β”€ models/
β”‚   β”‚   β”‚   β”œβ”€β”€ index.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ Preset.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ Project.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ User.ts
β”‚   β”‚   β”‚   └── Video.ts
β”‚   β”‚   β”œβ”€β”€ routes/
β”‚   β”‚   β”‚   β”œβ”€β”€ admin.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ assets.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ auth.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ presets.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ projects.ts
β”‚   β”‚   β”‚   └── videos.ts
β”‚   β”‚   β”œβ”€β”€ services/
β”‚   β”‚   β”‚   └── cliBridge.ts
β”‚   β”‚   β”œβ”€β”€ utils/
β”‚   β”‚   β”‚   └── logger.ts
β”‚   β”‚   β”œβ”€β”€ index.ts
β”‚   β”‚   └── seed.ts
β”‚   β”œβ”€β”€ package.json
β”‚   └── tsconfig.json
β”œβ”€β”€ .env.example
β”œβ”€β”€ .gitignore
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md
└── TECHSTACK.md