A full-stack template with JWT authentication (access + refresh tokens), React frontend, and Express backend. ├── backend/ │ ├── src/ │ │ ├── config/ # App config & Swagger docs │ │ ├── controllers/ # ...
pathology-lab-billing/ ├── electron/ │ ├── main.ts # Electron entry + HTTP server │ ├── preload.ts # Secure IPC bridge │ └── api/ # Backend routes │ ├── tests.ts # Test CRUD endpoints │ ├── ...