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

https://github.com/tiger-githubb/wordstore-e-commerce


https://github.com/tiger-githubb/wordstore-e-commerce

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# worldstore
simply ecommerce web solution with online payment.

## Project Set-up
```
composer require laravel/ui
php artisan ui bootstrap
php artisan ui bootstrap --auth
```

### Run project
```shell
composer update
composer install
npm install
php artisan migrate:fresh
npm run dev
php artisan serve
```
# Wordstore-E-commerce