Items Inventory Management
1.0.0
A Very Basic Items Inventory Management System (CRUD) with AngularJS & PHP
AngularJS Version: 1.6.10
Codeigniter Version: 3.1.9
PHP version: 5.6.38
Functions: Add | Edit | Delete | Increment | Decrement
PHP Codeigniter is used for the Rest API service & Angular controlls the whole project look and feel.
Create a Database 'items-inventory' for this application.
Export dbsql/project.sql into above created database.
Fire Away!