ahmershahdev /
mini-ecommerce
A responsive mini eCommerce web application featuring product listings, shopping cart, user-friendly UI, and basic frontend functionality built for learning full-stack development concepts.
Loading repository data…
AFG123 / repository
Full-stack eCommerce web application built using HTML, CSS, JavaScript, PHP, and MySQL. Features user authentication, product management, cart & order system, and a complete admin dashboard for managing products, users, and orders.
Vendex is a full-stack eCommerce web application built using PHP and MySQL. It provides a complete product selling platform with separate user and admin panels, secure authentication, order management, and a responsive user interface.
This project demonstrates core full-stack development concepts including server-side logic, database design, authentication, and role-based access control.
git clone https://github.com/your-username/Vendex.git
Or download the ZIP and extract it.
Edit the file: app/config/config.php
Update database credentials if required: define('DB_HOST', 'localhost'); define('DB_NAME', 'vendex'); define('DB_USER', 'root'); define('DB_PASS', '');
Open your browser and visit: http://localhost/vendex/public/
Email: admin@vendex.com
Password: admin
Create a new account using the signup page
vendex/ ├── app/ │ ├── config/ │ │ ├── config.php │ │ └── core/ │ │ ├── Database.php │ │ ├── controllers/ │ │ └── models/ │ └── views/ ├── public/ │ ├── index.php │ ├── assets/ │ │ ├── css/ │ │ ├── js/ │ │ └── images/ │ └── storage/ ├── storage/ ├── database.sql └── README.md
This project is developed for educational purposes. You are free to modify and use it for learning or portfolio projects.
Selected from shared topics, language and repository description—not editorial ratings.
ahmershahdev /
A responsive mini eCommerce web application featuring product listings, shopping cart, user-friendly UI, and basic frontend functionality built for learning full-stack development concepts.
codedbytati /
projeto integrador do curso de desenvolvimento web full stack na digital house.
paulsanchita /
A full stack E-commerce website built using HTML, CSS, JS, MySql, PHP.
ashfaaqrifath /
An ecommerce website for a tech store with a modern design, featuring a cart, user profiles, inventory, orders, and a database ensuring intuitive navigation and a seamless user experience.
RenataRochaAlves /
Desafio de PHP do curso Web Full Stack da Digital House com tela de cadastro, relação de produtos, página do produto, edição do produto e login
souparnadey /
A complete, production-ready eCommerce web application built with Laravel, featuring a modern responsive UI, secure admin panel, order management, payments, analytics, and role-based authentication.