A comprehensive business management application designed specifically for small vendors to streamline their operations.
āāā backend/
ā āāā database/
ā ā āāā migrations.ts # Database schema setup
ā ā āāā queries.ts # Database query functions
ā āāā routes/
ā ā āāā inventory.ts # Inventory management endpoints
ā ā āāā sales.ts # Sales tracking endpoints
ā ā āāā customers.ts # Customer management endpoints
ā ā āāā analytics.ts # Analytics and reporting endpoints
ā āāā index.ts # Main Hono server
āāā frontend/
ā āāā components/
ā ā āāā App.tsx # Main application component
ā ā āāā Dashboard.tsx # Analytics dashboard
ā ā āāā Inventory.tsx # Inventory management
ā ā āāā Sales.tsx # Sales tracking
ā ā āāā Customers.tsx # Customer management
ā āāā index.html # Main HTML template
ā āāā index.tsx # React entry point
āāā shared/
āāā types.ts # Shared TypeScript types