Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronknight/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/.
https://github.com/ronknight/inventorysystem

codeigniter inventory-system mysql php

Last synced: 5 days ago
JSON representation

🖥️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/.

Awesome Lists containing this project

README

        

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