Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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/.
- Host: GitHub
- URL: https://github.com/ronknight/inventorysystem
- Owner: ronknight
- License: mit
- Created: 2018-12-11T20:32:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T21:23:34.000Z (about 1 month ago)
- Last Synced: 2024-10-14T00:04:14.988Z (about 1 month ago)
- Topics: codeigniter, inventory-system, mysql, php
- Language: PHP
- Homepage:
- Size: 17.9 MB
- Stars: 323
- Watchers: 19
- Forks: 135
- Open Issues: 10
-
Metadata Files:
- Readme: README-Inventory System Architecture-1.eraserdiagram
- Contributing: contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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