InventorySystem

🖥️Create an open-source Inventory Management System using CodeIgniter web framework, Php and MySQL. Original source code from an Online Inventory Management Software found on https://codersfolder.com/2018/02/stock-management-system-v2-codeigniter/.

MIT License

Stars
319
Committers
6

cloud-architecture-diagram

title Inventory System Architecture

// Define groups and nodes Web Server { CodeIgniter [icon: php] PHP [icon: php] } Database Server { MySQL [icon: mysql] } Client Devices { Browser [icon: globe] } Application Server { Apache [icon: apache] XAMPP [icon: lamp] }

// Define connections where none are between a parent group and its own child node Browser > CodeIgniter CodeIgniter > MySQL Apache > CodeIgniter XAMPP > Apache XAMPP > MySQL

Related Projects