Skip to content

ophilli/Inventory

 
 

Repository files navigation

About This Application

This program is used by the Dallas Makerspace for inventory management.

The application was initially created by Andrew LeCody, using the CakePHP framework and is released under the GNU Affero General Public License.

CakePHP

CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.

Installation

Installing this application is fairly easy, just follow these steps:

  1. Download the latest version with git (git clone https://github.com/Dallas-Makerspace/Inventory.git)

  2. In the app/config directory, rename core.php.default and database.php.default to core.php and database.php.default respectively.

  3. Modify the core.php and database.php files to suit your environment.

About

An inventory management system designed for the Dallas Makerspace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.3%
  • Other 0.7%