The Supermarket Management System is a C++ application designed to provide a seamless virtual shopping experience. It enables users to register and log in, browse items by category, search for products using subsequences, and make purchases. The system also calculates the total cost of items, including GST, ensuring an efficient and user-friendly shopping process.
- Secure User Registration and Login
- Browse Products Organized by Category
- Search for Products Using Subsequence Matching
- Verify Item Availability and Stock Levels
- Calculate Total Cost with GST Integration
- C++ Compiler (GCC, Clang, etc.)
- Standard C++ Library
To compile the program, use the following command:
g++ -o SupermarketManagementSystem main.cpp