This project offers a comprehensive grocery management system designed to streamline operations for small retail shops. It empowers you to:
- Real-time Dashboard: This emphasizes the immediate access to information.
- Track daily income, customers, and inventory: This lists the key metrics displayed.
- (low stock alerts): This clarifies the inventory management aspect.
Clone the project
git clone https://github.com/MRgrav/grocery_MS_PHP.git
Go to the project directory
cd grocery_MS_PHP
Create database ("grocDB") and a secrect key
move to the components/connection.php
$DB = "grocDB";
define ("SECRETKEY", "mysecretkey1234");
Start the XAMPP/LAMPP server
url : localhost/grocery_MS_PHP/
Client: PHP, jQuery, AJAX, Bootstrap
Server: MySQL, PHP