Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbthdr/bitecom
Bitecom is an eCommerce system based on Laravel 8
https://github.com/sbthdr/bitecom
bootstrap ecommerce jetstream jquery laravel php
Last synced: 24 days ago
JSON representation
Bitecom is an eCommerce system based on Laravel 8
- Host: GitHub
- URL: https://github.com/sbthdr/bitecom
- Owner: SBTHDR
- Created: 2021-10-19T15:29:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T10:26:23.000Z (about 3 years ago)
- Last Synced: 2024-11-10T07:37:20.324Z (3 months ago)
- Topics: bootstrap, ecommerce, jetstream, jquery, laravel, php
- Language: Blade
- Homepage:
- Size: 9.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitecom eCommerce system
## About Repository
Bitecom is a complete ecommerce system based on Laravel 8.
Frontend system provide a complete online interface to order products from online.
Backend system provide a complete management of the ecommerce system.## Tech Specification
- Laravel 8
- jQuery 3
- Bootstrap 4
- Font Awesome 4
- Intervention Image
- Toastr js
- sweetalert2
- bumbummen99/shoppingcart## Features
- Complete ecommerce system
- Login, Register, using default Jetstream 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/bitecom.git`
- `cd bitecom/`
- `cp .env.example .env`
- `composer install`
- Run `php artisan key:generate`
- Update `.env` and set your database credentials
- `php artisan migrate --seed`
- `npm install`
- `npm run dev`
- `php artisan serve`## License
[MIT license](https://opensource.org/licenses/MIT).