Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmdadl/eshop
an e-commerce website build with laravel 7
https://github.com/ahmdadl/eshop
api bootstrap4 ecommerce laravel-localization laravel7 multi-language multi-user-access php7 typescript vuejs2
Last synced: 3 months ago
JSON representation
an e-commerce website build with laravel 7
- Host: GitHub
- URL: https://github.com/ahmdadl/eshop
- Owner: ahmdadl
- Created: 2020-03-30T23:31:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T22:58:02.000Z (4 months ago)
- Last Synced: 2024-09-28T19:41:08.791Z (4 months ago)
- Topics: api, bootstrap4, ecommerce, laravel-localization, laravel7, multi-language, multi-user-access, php7, typescript, vuejs2
- Language: PHP
- Homepage: http://eshop-app-22.herokuapp.com/en
- Size: 7.3 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## EShop
an an e-commerce website build with laravel 7 and vuejs visit [link here](http://eshopt.rf.gd/)## Features
* Multi-Language (en, ar)
* Developers Api
* Developers Console
* Daily Deals
* Add Product To Cart and Checkout
* Register and Verify Email
* Add new Products
* User Roles
* Admin: can change user roles and Update, Delete any Product.
* Super: can Update any Product.
* Normal: can Create, Update and Delete only His Products.
* Rate-Review Product.
* Convert Price to 3 Currencies
* Share Product on Social MediaPrerequisites
* Laravel 7## Installation
Clone the repository
git clone https://github.com/abo3adel/eshop.git
Switch to the repo folder
cd eshop
Install all the dependencies using composer
composer install
Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Generate a new application key
php artisan key:generate
Run the database migrations (**Set the database connection in .env before migrating**)
php artisan migrate
Seed database with fake data
php artisan db:seedStart the local development server
php artisan serve
You can now access the server at http://localhost:8000
**TL;DR command list**
git clone [email protected]:gothinkster/laravel-realworld-example-app.git
cd laravel-realworld-example-app
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan serve
---
#### Visit my Portfolio [Here](http://ninjacoder.rf.gd/)