Monorepo for a LINE OA car-sales experience.
apps/customer— mobile-first LINE Rich Menu / LIFF customer interfaceapps/admin— responsive management dashboardapps/api— Gin API with PostgreSQL and Redis integration points
- Copy
.env.exampleto.envand set real secrets when ready. - Run
docker compose up --build. - Open customer at
http://localhost:5173, admin athttp://localhost:5174, and API health athttp://localhost:8080/health.
LINE Messaging and LIFF are intentionally configured only through environment variables; no LINE functionality is implemented yet.