Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 500 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 500 Bytes

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!