https://github.com/sbthdr/mksmart
MKSmart is an eCommerce system based on Laravel 8
https://github.com/sbthdr/mksmart
bootstrap ecommerce jquery laravel php
Last synced: 3 months ago
JSON representation
MKSmart is an eCommerce system based on Laravel 8
- Host: GitHub
- URL: https://github.com/sbthdr/mksmart
- Owner: SBTHDR
- Created: 2021-05-09T05:45:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T15:42:55.000Z (about 5 years ago)
- Last Synced: 2025-06-03T18:13:41.667Z (about 1 year ago)
- Topics: bootstrap, ecommerce, jquery, laravel, php
- Language: PHP
- Homepage:
- Size: 36.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MKSmart eCommerce system
## About Repository
MKSmart is an 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/mksmart.git`
- `cd mksmart/`
- `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).