Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suraj-sella/items-inventory-management
- Owner: suraj-sella
- License: gpl-3.0
- Created: 2018-11-29T05:26:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T09:23:39.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T08:40:57.608Z (about 1 month ago)
- Topics: 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
- Language: HTML
- Size: 1.71 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# Items-Inventory-Management
A Very Basic Items Inventory Management System (CRUD) with AngularJS & PHPAngularJS 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!