Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.28 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.28 KB

Practical-Magic-Web

The repository contains the source code for a practical e-commerce website developed using HTML, CSS, Bootstrap, and PHP. This website serves as a marketplace for buying and selling medical products. The project includes features such as product listings, shopping cart, checkout, and order management.

Features

  • User Authentication: Users can create an account and login to access personalized features such as viewing order history and saving payment information.
  • Product Listings: Sellers can create listings for their medicines, including details such as product name, price, description, and images.
  • Search and Filter: Users can search for medicines by keyword, browse by category, or filter by price and seller ratings.
  • Shopping Cart: Users can add medicines to their shopping cart and checkout when ready to make a purchase.
  • Order Management: Sellers can manage their orders, including marking items as shipped and viewing order history.

Installation

To run this website locally, you will need to have a web server with PHP installed. Clone this repository to your local machine and configure your web server to serve the files from the public directory. You will also need to create a MS SQL database and import the SQL file located in the database directory.