Git Product home page Git Product logo

php-product-management-system's Introduction

PHP-Product-Management-System

PHP MySQL based Product Management System.

  • PHP based system to manage data product
  • Records updates to keep track of data products
  • Lightweight client designed in HTML and PHP

Version

Beta 0.1.0

Depends on

For Windows / Linux users

For Windows users package of all called XAMPP

Contains

  1. Folder: database_architecture

    • csredataproducts.sql
  2. Folder: toposheet

Advantages

1. Easy to configure.
2. Suitable for small / medium workload.

Limitations

1. File based authentication (not advisible for very sensitive information).
2. Passwords stored in plain text.

Installation

Install and configure MySQL, PHP and Apache web server (PHPMyAdmin will help).

After successful installation proceed with following.

A. Database configuration

  • Create MySQL database by using csredataproducts.sql
> mysql -u your_user - p < csredataproducts.sql
  • Check the database
> mysql -u your_user -p 
> show databases;
It will list all databases.
Now check for "csredataproducts". If available proceed.
  • Check tables
> use csredataproducts;
> show tables;
It will list all tables from csredataproducts.
If  dataproduct and user table are listed. 
Database configuration complete
  • Optional (Create new user in MySQL with read write permissions).

B. Web configuration

  • Copy toposheet folder into web folder (WAMPP: htdocs/, LAMPP: var/www/)
  • Modify login.php to add database configurations

C. System check

In browser type URL

http://localhost/toposheet
or 
your_web_host:port/toposheet

D. Modifications

  • Add pages (HTML / PHP) scripts to modify the system
  • Change styles.css to change webpage colors, etc.
  • Change images from styles folder

To Do

  • Add product remove capability.
  • Modify display according to date.

License

CC

php-product-management-system's People

Contributors

suryakant54321 avatar

Stargazers

Vladimir avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.