https://github.com/sherwinchia/therack
Laravel 7 e-commerce website
https://github.com/sherwinchia/therack
crud ecommerce ecommerce-website
Last synced: about 1 month ago
JSON representation
Laravel 7 e-commerce website
- Host: GitHub
- URL: https://github.com/sherwinchia/therack
- Owner: sherwinchia
- Created: 2020-04-29T11:46:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:44:10.000Z (over 2 years ago)
- Last Synced: 2025-05-09T03:11:37.157Z (about 1 month ago)
- Topics: crud, ecommerce, ecommerce-website
- Language: PHP
- Homepage:
- Size: 11.2 MB
- Stars: 90
- Watchers: 4
- Forks: 20
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## The Rack - Ecommerce Website
### Features
Guest
1. View Product
2. Register
3. Add product to cartCustomer
1. Login
2. Add product to cart
3. Checkout (No payment gateway implemented, all checkout status=PAID)
4. View purchase historyAdmin
1. Login to admin panel
2. CRUD product
3. CRUD size
4. Manage order
5. View user
6. Notes### Installation
1. Clone the repository using the command "git clone [link]"
2. Create database in MySql
3. Configure the .env file accordingly
4. Run command
```
$composer install
$php artisan migrate
$php artisan db:seed
$php artisan serve
$php artisan storage:link
```### Built With
* Bootstrap- CSS framework
* JQuery- Javascript framework
* Laravel - PHP framework
* MySql- Databse### Demo
https://www.youtube.com/watch?v=9WpcCnBOa8Q### Note
If you find this repository useful, don't forget to star the repository. Credit not required but much appreciated!### Token of appreciation
[Saweria](https://saweria.co/sherwinchia) or
[Paypal](https://www.paypal.me/sherwinchia)