Skip to content

LalephLogic/VisualTreeSearch-Demo

 
 

Repository files navigation

VisualTreeSearch

  • Frontend

    • NextJS 14
    • TailwindCSS
    • Shadcn UI Components
    • Deployment
      • Vercel
  • Backend

    • FastAPI
    • Deployment
      • AWS ECS

Local Testing

FastAPI Backend

uvicorn app.main:app --host 0.0.0.0 --port 3000

Frontend

in the .env file

NEXT_PUBLIC_BACKEND_URL=http://127.0.0.1:3000
npm run dev -- -p 3001

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.0%
  • TypeScript 28.5%
  • HTML 3.4%
  • JavaScript 2.3%
  • Other 0.8%