Skip to content

A Very Basic Items Inventory Management System (CRUD) with AngularJS & PHP

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
license.txt
Notifications You must be signed in to change notification settings

suraj-sella/Items-Inventory-Management

Repository files navigation

Items-Inventory-Management

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.

Setup Instructions

  1. Create a Database 'items-inventory' for this application.

  2. Export dbsql/project.sql into above created database.

  3. Fire Away!