pdf-api/ │ ├── config/ # Database configuration │ └── database.go │ ├── handlers/ # HTTP handlers │ ├── upload.go │ ├── generate.go │ ├── list.go │ └── delete.go │ ├── utils/ # Helper & utilities ...
mobile-pos-system/ ├── backend/ # FastAPI backend │ ├── app/ │ │ ├── api/v1/ # API route modules │ │ ├── core/ # Configuration and security │ │ ├── db/ # Database models and session │ │ ├── schemas ...