A modern Point of Sale (POS) frontend application engineered to process real-time transactions. This application interfaces seamlessly with a containerized Golang backend to execute ACID-compliant checkouts.
- Real-time Inventory Sync: Fetches active products directly from the Go API.
- Transactional UI: Processes checkouts and dynamically updates stock levels.
- Modern Design: Fully responsive and styled with Tailwind CSS.
- Clone the repository and run
npm install. - Ensure your backend API is running on
localhost:8080. - Start the POS interface via
npm run dev.