Skip to content

champ-patyatawee/LermoAI

Repository files navigation

LermoAI

AI Agent for Personalized Learning

LermoVideo.mp4

Getting Started

Project Structure

  • Frontend: React + TypeScript + Vite (apps/frontend/web)
  • Backend: FastAPI + Python (apps/backend/agent-api)
  • Storage: Folder-based at apps/backend/agent-api/storage

Commands

Docker Compose

docker compose up

Root (Monorepo)

pnpm install          # Install all dependencies
pnpm dev              # Run frontend + backend in parallel

Frontend

cd apps/frontend/web

pnpm dev              # Development server (http://localhost:3000)

Backend

cd apps/backend/agent-api

# Install dependencies
pip install -r requirements.txt

# Run development server (auto-reload)
pnpm dev              # http://localhost:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors