Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).