Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suraj-sella/items-inventory-management

A Very Basic Items Inventory Management System (CRUD) with AngularJS & PHP
https://github.com/suraj-sella/items-inventory-management

angular1 angularjs codeigniter codeigniter-crud codeigniter-restserver-api codeigniter3 crud crud-api crud-application crud-functionality crud-operations crud-sample php php-framework php-framework-codeigniter php5 rest-api restapi restful-api restful-webservices

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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!