Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sherwinchia/therack
Laravel 7 e-commerce website
https://github.com/sherwinchia/therack
crud ecommerce ecommerce-website
Last synced: about 2 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:44:10.000Z (about 2 years ago)
- Last Synced: 2023-03-05T08:41:03.892Z (almost 2 years ago)
- Topics: crud, ecommerce, ecommerce-website
- Language: PHP
- Homepage:
- Size: 11.2 MB
- Stars: 77
- Watchers: 3
- Forks: 20
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![banner](https://banners.beyondco.de/The%20Rack.png?theme=light&packageManager=&packageName=https%3A%2F%2Fgithub.com%2Fsherwinchia%2Ftherack&pattern=rain&style=style_1&description=Laravel+7+Ecommerce+Website&md=0&showWatermark=0&fontSize=125px&images=shopping-cart&widths=250&heights=250)
## 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)