https://github.com/sbthdr/fashi
Fashi a great multivendor eCommerce system.
https://github.com/sbthdr/fashi
bootstrap ecommerce fontawesome jquery jquery-ui laravel multivendor-online-shop mysql php
Last synced: 3 months ago
JSON representation
Fashi a great multivendor eCommerce system.
- Host: GitHub
- URL: https://github.com/sbthdr/fashi
- Owner: SBTHDR
- Created: 2021-05-22T10:19:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T15:14:42.000Z (about 4 years ago)
- Last Synced: 2025-01-06T20:31:48.886Z (5 months ago)
- Topics: bootstrap, ecommerce, fontawesome, jquery, jquery-ui, laravel, multivendor-online-shop, mysql, php
- Language: PHP
- Homepage:
- Size: 6.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fashi Multivendor eCommerce system
## About Repository
Fashi is a multivendor eCommerce system based on Laravel 8.
Frontend system provide a simple online interface to order products from online.
Backend system provide a complete management of products by category CRUD.## Tech Specification
- Laravel 8
- jQuery 3
- Bootstrap 4
- Font Awesome 5
- Intervention Image
- alertify js## Features
- Basic ecommerce system
- Login, Register, as default auth
- Show, update, edit, and delete products as admin
- Show, update, edit, and delete category as admin
- Show, update, edit, and delete brands as admin
- Search Products
- product checkout
- local payment system
- user dashboard
- Authorization## Installation
- `git clone https://github.com/SBTHDR/fashi.git`
- `cd fashi/`
- `cp .env.example .env`
- `composer install`
- Run `php artisan key:generate`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `npm install`
- `npm run dev`
- `php artisan serve`## License
[MIT license](https://opensource.org/licenses/MIT).