Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 278 Bytes

File metadata and controls

10 lines (8 loc) · 278 Bytes

Architecture

graph TD
    A[Frontend<br/>React + Vite] --> B[Backend<br/>Node.js + Express]
    B --> C[(PostgreSQL<br/>Prisma)]
    B --> D[Cloudinary<br/>Image Upload]
    B --> E[OpenAI API<br/>AI Assistant]
    
    C -.->|Assignment, Course,<br/>User Data| B
Loading