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.
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.
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.
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
Login as Admin.
View Products.
View total number of users in the system.
Sign up as a new user.
Login as user.
View Products.
Purchase Products.
Download Purchase Invoice as PDF.