Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1016 Bytes

README.md

File metadata and controls

67 lines (44 loc) · 1016 Bytes

Tech Stack

Webiste: Laravel, TailwindCSS, Alpine.js

Admin Panel: Vue js, TailwindCSS, Laravel API's

Website Features

  • Responsive E-commerce site
  • Authentication functionality
  • cart management
  • stripe checkout
  • orders management
  • profile management

Admin Panel Features

  • Dashboard with statistics
  • Products management
  • Order management
  • Customer management
  • Users management

Installation

Clone the repository:

git clone https://github.com/kahkashanshaik/Laravel-E-Commerce.git

Install dependencies:

composer install

Run migrations and seed the database:

  php artisan migrate --seed

Start the development server:

  php artisan server
  &
  npm run dev

Visit http://localhost:8000 in your browser.

Demo

Webiste

https://yaseen.standardtouch.com/

Admin Panel

https://admin.yaseen.standardtouch.com/

A Special thanks to https://www.youtube.com/c/TheCodeholic Youtube channel from where I learned to create this project.