Modern e-commerce platform specializing in gaming equipment and tech accessories.
- Product browsing and search
- Shopping cart management
- User authentication
- Order history tracking
- Wishlist/favorites
- Profile management
- Responsive design
- Product CRUD operations
- Category management
- Order processing
- User management
- Analytics dashboard
- Promotion handling
├── admin/ # Admin dashboard
├── Components/ # Reusable UI components
├── CSS/ # Stylesheets
├── db/ # Database files
├── images/ # Media assets
├── js/ # JavaScript files
└── includes/ # PHP includes
- Clone repository:
git clone https://github.com/Reda-Ganoutre01/Ecommerce-Techno-Tech.git
- Setup XAMPP:
- Launch XAMPP Control Panel.
- Start Apache and MySQL.
- Database setup:
- Access phpMyAdmin: http://localhost/phpmyadmin.
- Create a database named
ecom_db. - Import the
ecom_db.sqlfile.
- Configure connection:
- Update database connection settings in the project files if necessary.
- Access application:
- Product categories
- Detailed product views
- Shopping cart
- Wishlist
- Order tracking
- Registration/Login
- Profile customization
- Order history
- Saved items
- Product management
- Order processing
- User administration
- Analytics dashboard
This project is licensed under the MIT License. See the LICENSE file for details.
Email: bganoutre52@gmail.com
GitHub: Reda-Ganoutre01