← Back to Portfolio
Software Development

Apps, APIs & Automation

Python tools, internal apps, REST APIs, and workflow automation scripts built to solve real operational problems.

Work in Progress: My Python automation scripts, REST API integrations, and internal workflow tools are currently being refined. This section will soon be updated with live GitHub repositories and application demos.
RETAIL POS Basmati Rice 5kg Rs 850 Cooking Oil 1L Rs 480 Sugar 1kg Rs 180 TOTAL (3 items) Rs 1,510 CASH CARD / UPI 1 2 3 4 OK Today's Summary Rs 48,200 +12.4% vs yesterday Orders 127 Items 384 Avg 379 Sales by Hour FastAPI · SQLite · Python · REST API localhost:8000/api/v1/sales
Python FastAPI SQLite REST API
Retail POS System

A lightweight Point-of-Sale system built with Python and FastAPI — supports product management, sales tracking, daily summaries, and a REST API backend. Designed for small retail SMEs needing a simple, no-subscription solution.

xypex — FastAPI ETL Server — python3 $ uvicorn main:app --reload --port 8000 INFO: Started server process [12847] INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8000 $ curl -X POST /api/v1/etl/run -H "Content-Type: application/json" {"status": "ok", "rows_processed": 14832, "duration_ms": 2341} $ curl /api/v1/pipeline/status {"pipeline": "RUNNING", "last_run": "2025-11-14T09:32:00Z", "records_loaded": 94721, "errors": 0, "next_run": "10:00Z"}
Python FastAPI SQL Server Automation
ETL Automation API Service

A FastAPI-based microservice that wraps Python ETL logic into a REST API — enabling scheduled or on-demand pipeline runs, status monitoring, and error reporting via simple HTTP endpoints. Used internally at Habib University.