sm-adil / purchase.co

Sample PHP project to manage products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purchase.co

Product management website used to store and maintain the products to be sold by the vendor/admin which can be than viewed by the users and purchase the products.

Project details

This project is built using Core PHP and MySQL database. The website is designed and developed by Me. Check out the project in action in purchase.co.

Project setup

To test the project in local machine PHP, MySQL database are needed to be installed in the system. We can do this by simply installing XAMPP or WAMP or MAMP software in our systems.

  • After installing the above software, we need to import the sample data into our MySQL database.
  • Clone the project into your machine.
  • Start the Apache server and MySQL activity from the respective control panel, and head over to http://localhost/phpmyadmin/ in any web browser.
  • Import the database from your PROJECT_PATH/database/purchase.sql file, into the server.
  • You're almost done, now head over to http://localhost/tutor/ in any web browser and test the website.

System Credentials

Database file name: purchase
Database username: root
Database Password: 
Admin Login Mail ID: admin@purchase.co
Admin Login Password: admin123
Sample User Mail ID: adil@mail.com
Sample User Password: adil123

Functionalities of Admin/Vendor

Login as Admin.
View Products.
View total number of users in the system.

Functionalities of Users

Sign up as a new user.
Login as user.
View Products.
Purchase Products.
Download Purchase Invoice as PDF.

Happy hacking!

About

Sample PHP project to manage products

License:GNU General Public License v3.0


Languages

Language:PHP 57.8%Language:CSS 27.1%Language:TSQL 15.1%Language:Hack 0.0%