Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbthdr/flipmart
Flipmart is an eCommerce system based on Laravel 8
https://github.com/sbthdr/flipmart
bootstrap ecommerce jetstream-laravel jquery laravel laravel-livewire php
Last synced: 18 days ago
JSON representation
Flipmart is an eCommerce system based on Laravel 8
- Host: GitHub
- URL: https://github.com/sbthdr/flipmart
- Owner: SBTHDR
- Created: 2021-06-23T15:29:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T16:11:33.000Z (over 3 years ago)
- Last Synced: 2024-10-31T05:05:13.434Z (18 days ago)
- Topics: bootstrap, ecommerce, jetstream-laravel, jquery, laravel, laravel-livewire, php
- Language: PHP
- Homepage:
- Size: 406 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flipmart eCommerce system
## About Repository
Flipmart 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 5
- Intervention Image
- alertify js## 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/flipmart.git`
- `cd flipmart/`
- `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).