Skip to content

A PHP-MySQL based grocery management system built as a 2nd Semester MCA project.

Notifications You must be signed in to change notification settings

MRgrav/grocery_MS_PHP

Repository files navigation

🔗 Links

linkedin

Grocery Management System

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.

Screenshots

Dashboard dashboard_GMS

Inventory inventory_GMS

Run Locally

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/

Tech Stack

Client: PHP, jQuery, AJAX, Bootstrap

Server: MySQL, PHP

About

A PHP-MySQL based grocery management system built as a 2nd Semester MCA project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published