A basic e-commerce website that displays products and simulates purchases.
backend/index.ts - Main Hono server with API routesbackend/database/ - Database setup and queriesfrontend/ - HTML, CSS, and JavaScript for the websiteshared/ - Shared types and utilitiesThe main entry point is backend/index.ts which serves both the API and static files.