Webiste: Laravel, TailwindCSS, Alpine.js
Admin Panel: Vue js, TailwindCSS, Laravel API's
- Responsive E-commerce site
- Authentication functionality
- cart management
- stripe checkout
- orders management
- profile management
- Dashboard with statistics
- Products management
- Order management
- Customer management
- Users management
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.
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.