Skip to content

sauch0/Shopesp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShopESP

A simple web-based e-commerce platform built with PHP and MySQL, created as part of a college project to practice backend development.


🚀 Features

  • User registration and login system
  • Product listing and details page
  • Shopping cart functionality
  • eSewa ePay (test mode) payment integration
  • Admin dashboard (basic)
  • MySQL database integration

🛠️ Tech Stack

Layer Technology
Backend PHP
Database MySQL
Frontend HTML, CSS, JavaScript
Local Server XAMPP (Apache + MySQL)
Payment eSewa ePay (test)

📁 Setup Instructions

1. Clone the repository

git clone https://github.com/sauch0/shopesp.git

2. Move to your htdocs folder (XAMPP)

C:/xampp/htdocs/shopesp

3. Import the database

  1. Open phpMyAdmin
  2. Create a new database (e.g., shopesp)
  3. Import the SQL file from the /database/ folder

4. Configure the project

Update your database credentials in the config file:

define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASS', '');
define('DB_NAME', 'shopesp');

5. Run the project

Start Apache and MySQL in XAMPP, then visit:

http://localhost/shopesp

💳 eSewa ePay Integration (Test Mode)

This project includes a test integration with eSewa, a popular payment gateway in Nepal.

⚠️ This is configured in test mode only and is not suitable for production use without valid merchant credentials.

Test credentials:

  • eSewa ID: 9806800001
  • Password: Nepal@123
  • MPIN: 1122
  • Token: 123456

👤 Author

Saumya Chitrakar
📧 chitrakarsaumya2004@gmail.com
🐙 github.com/sauch0


Made with ☕ as a college project — built to learn, not to scale.

About

A simple web-based e-commerce platform built with PHP and MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors