ilovefood2 / inventory-management-system

Simple PHP, MySQL inventory control system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inventory Management System

GitHub

A simple PHP web system for managing an inventory.

Screenshots:

Sale details
Search details

Installation

  • Clone the repository and move the root folder to the deployment folder of your browser. (for Apache, this is htdocs)
  • Create a blank DB called shop_inventory in MySQL
  • Create a new user called inventoryUser with a password as password and give full permission to that user.
  • Load the sql dump to the newly created shop_inventory database
  • Change the root url of your website in constants.php file

Requirements

  • PHP
  • MySQL
  • Apache
  • Google Chrome web browser (JavaScript enabled)
  • Internet connection with a reasonable speed

Usage

  • Access the login.php file from via browser and give guest as username and 1234 as password

Built With

Acknowledgments

  • Inspired by many similar projects online

About

Simple PHP, MySQL inventory control system

License:MIT License


Languages

Language:PHP 68.1%Language:JavaScript 30.4%Language:HTML 1.0%Language:CSS 0.6%