https://github.com/truptigaonkar/ecomm
An eCommerce App using the Laravel framework (Laravel Version 5.4, PHP version 7.2).
https://github.com/truptigaonkar/ecomm
bootstrap4 css3 html5 javascript laravel-framework laravel54
Last synced: 5 months ago
JSON representation
An eCommerce App using the Laravel framework (Laravel Version 5.4, PHP version 7.2).
- Host: GitHub
- URL: https://github.com/truptigaonkar/ecomm
- Owner: truptigaonkar
- Created: 2018-03-06T10:36:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T16:59:59.000Z (over 7 years ago)
- Last Synced: 2025-01-10T01:37:09.977Z (6 months ago)
- Topics: bootstrap4, css3, html5, javascript, laravel-framework, laravel54
- Language: PHP
- Homepage:
- Size: 7.21 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# eCommerce
An eCommerce App using the Laravel framework.
Features:
1. Creating the Categories Admin Panel: List,View,Add,Delete Categories
2. Creating the Products Admin Panel: List,View,Add,Delete Products
3. Displaying Products By Category
4. Searching Products
5. Building Shopping Cart: Add/Update/Delete Cart
6. Security, User/Admin Authentication:
- Only admin users can perform CRUD operation with Categories and Products
- Normal user can add/update/delete cart to basket
7. Pagination feature is available
8. MYSQL dump of the database named ecomm.sql’ is provided.
9. Images will be stored in folder ‘public/images’ using laravel package ‘File Storage’### Prerequisites
• XAMPP (start MySQL, Apache service)
• Phpmyadmin
• Php laravel (Laravel Framework 5.4.35)
• Text editor## Getting Started
Step 1: Download and add the folder inside ‘C:\xampp\htdocs’
Step 2: Open phpmyadmin http://localhost/phpmyadmin/index.php , create database ‘ecomm’ and import database dump file ‘ecomm.sql’ into it.
Step 3: Go to command prompt
c:\xampp\htdocs\ecomm>php artisan serve
Visit http://127.0.0.1:8000/ to see the application in action.
Note: If you cannot see images (attachments) on webpage , then remove folder ‘storage’ from ‘app\public’ and then again link it using command as follows:
‘php artisan storage:link’Home Page
Categories Admin Panel
Products Admin Panel
Shopping Cart
