Skip to content

Latest commit

 

History

History
executable file
·
81 lines (56 loc) · 4.05 KB

File metadata and controls

executable file
·
81 lines (56 loc) · 4.05 KB

Pharma.com

An e-commerce pharmaceutical and healthcare platform inspired by PharmEasy, featuring a responsive Bootstrap front-end user experience and a robust centralized PHP administration management panel.


🚀 Key Features

🛒 Client-Side E-Commerce Flow

  • Responsive UI: Built using Bootstrap to ensure seamless browsing across mobile, tablet, and desktop devices.
  • Authentication: Secure PHP session-based user login and registration onboarding flows.
  • Product Discovery: Dynamic store-front experience driven by MySQL data with real-time product searching and detailed individual item descriptions.
  • Cart & Checkout Lifecycle: Interactive shopping cart management, streamlined checkout processing, and automated database order placement confirmation.
  • Company Profile: An "About Us" information portal for brand transparency.

🛡️ Centralized Admin Panel

  • Dashboard Control: Main administrative hub displaying core business metrics.
  • Inventory Management: Full CRUD operations (Create, Read, Update, Delete) for products via PHP backend scripts, including quick-search capabilities, product editing, and new item creation.
  • Order Fulfillment: Comprehensive tracking, auditing, and status management for customer orders.
  • Customer Relations: In-depth customer directory overview featuring profile modification and database search queries.
  • Staff Controls: Multi-admin security configuration including employee profile updates, new admin registration, and staff directories.

📱 Application Screenshots

Below is the mapped visual guide of the application interfaces utilizing the assets available in the project-images repository folder.

🛍️ User Experience (Front-End)

Main Landing Page Store / Product Browsing
User Login User Sign Up About Us Portal
Real-Time Search Product Details Shopping Cart
Checkout Process Order Confirmation

🛡️ Administration Panel (Back-End Control)

Admin Dashboard
Inventory List Add New Product Edit Product Details Product Search
Customer Directory Edit Customer Profile Search Customer Order Details & Management
Admin Management Directory Add New Staff Account Edit Admin Profiles Search Admin Directory

🛠️ Tech Stack

  • Frontend: HTML5, CSS3, Bootstrap
  • Backend: PHP
  • Database: MySQL

⚙️ Getting Started

Prerequisites

  • A local server environment installed on your machine (e.g., XAMPP, WAMP, or MAMP).
  • Web browser (Chrome, Firefox, Edge, etc.).