litecart /
litecart
LiteCart is a superfast e-commerce platform. Free for everyone to use. Built with the obsession of lightweight using PHP, jQuery, HTML 5, and CSS 3.
70/100 healthLoading repository data…
adedeni / repository
E-commerce platform for buying fashion items like sneakers, shoes, shirts, and native wear. Built with PHP and MySQL, it features user registration, secure login, a shopping cart, wallet management, and a responsive design.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A comprehensive Nigerian e-commerce platform built with PHP, MySQL, and modern web technologies. Naira4Goods offers a complete online shopping experience for fashion items including sneakers, shoes, shirts, and native wear.
shirts: T-shirts, hoodies, and casual wearnatives: Traditional Nigerian attiresneakers: Footwear collectionnaira4goodsEcommerce/
├── classes/ # PHP class files
│ ├── Dbh.php # Database connection handler
│ ├── Login.php # User authentication
│ ├── Register.php # User registration
│ ├── Products.php # Product management
│ └── ... # Other class files
├── engines/ # Backend processing files
│ ├── loginhandler.php # Login processing
│ ├── registerhandler.php # Registration processing
│ └── ... # Other handlers
├── img/ # General images
├── shop_images/ # Product images
├── sneakers/ # Footwear images
├── shirts_hood_gallery/ # Clothing images
├── dashboard_images/ # Dashboard assets
│ └── sql/
│ └── naira4goods.sql # Database schema
├── index.php # Homepage
├── shop.php # Product catalog
├── dashboard.php # User dashboard
├── login.php # Login page
├── register.php # Registration page
├── delivery.php # Delivery information
├── about_me.php # About page
├── contactus.php # Contact page
└── *.css # Stylesheet files
Clone/Download the Project
# Place the project in your XAMPP htdocs folder
C:\xampp\htdocs\naira4goodsEcommerce\
Start XAMPP Services
Database Setup
# Import the database schema
# Navigate to: http://localhost/phpmyadmin
# Create database: naira4goods
# Import: dashboard_images/sql/naira4goods.sql
Configure Database Connection
classes/Dbh.php with your database credentialsAccess the Application
http://localhost/naira4goodsEcommerce/
// classes/Dbh.php
private $host = "localhost";
private $dbname = "naira4goods";
private $username = "root";
private $password = "root";
Update the database connection in classes/Dbh.php:
private $host = "your_host";
private $dbname = "your_database";
private $username = "your_username";
private $password = "your_password";
Configure email settings for OTP and notifications:
*.css filesbrand_logo.png with your logoThe platform is fully responsive and optimized for:
Selected from shared topics, language and repository description—not editorial ratings.
litecart /
LiteCart is a superfast e-commerce platform. Free for everyone to use. Built with the obsession of lightweight using PHP, jQuery, HTML 5, and CSS 3.
70/100 healthwp-e-commerce /
WP eCommerce - The most popular independent eCommerce platform for WordPress
71/100 healthqitry /
A next-generation short-link SaaS solution built on PHP+PostgreSQL and tailored for entrepreneurial teams, e-commerce platforms, and small and medium-sized enterprises
29/100 healthaasisvinayak /
FlyMyShop : A free open source e-commerce platform for online merchants
64/100 healthTranHuuDat2004 /
A delightful e-commerce platform specializing in toys, developed as a full-stack web application. Features comprehensive online shopping experience for customers and a robust administration system for efficient management. Click link below to view the live front-end demo.
61/100 healthSowmiya-Govindaraj /
This project is a Java-based e-commerce platform with MySQL database integration using PHP for backend connectivity. The system allows users to browse products, manage carts, place orders, and enables admins to manage products and orders efficiently.
48/100 health