Skip to content

YathrebSamaali/SmartShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛒 SmartShop – Laravel E-commerce Project

SmartShop is a complete e-commerce web application built with Laravel and MySQL. It features a user-friendly interface, secure authentication, and a basic product/cart/order system, making it an ideal starter template for building robust online stores.


📌 Project Description

The project uses:

  • Laravel 10 for backend logic and routing
  • MySQL as the database

🚀 Installation

  1. Clone the repository
    git clone https://github.com/YathrebSamaali/SmartShop.git
    cd smartshop
    
  2. Install dependencies
    composer install
    npm install && npm run dev
    

⚙️ Environment Setup

  1. Update your .env with your database credentials:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=smart_shop_db
    DB_USERNAME=root
    DB_PASSWORD=
    
  2. Run the following commands:

    php artisan migrate
    php artisan db:seed # Optional
    

🛠️ Usage

  1. Start the development server
    php artisan serve
  2. Access the application
    http://localhost:
    

⚠️ Note:
To access the admin login interface, make sure to visit:
http://localhost:8000/admin

✅ Default Admin Credentials:
Email: admin@smart.com
Password: password123

👨‍💼 Screenshots

1

2

3

4

5

6

7

8

About

SmartShop is an e-commerce web application built with Laravel. It provides a robust platform for managing products, orders, and customers, supporting the full functionality required for an online shopping experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors