Skip to content

dougkusanagi/guepardosys-hub-test

Repository files navigation

GuepardoSys - Multi Tenant Hub

With Guepardosys Hub you will be able to import, export and manage your products and categories in many marketplaces like Bling,Mercado Livre, NuvemShop, Shopify, etc.

alt text

Install

  1. Clone repository
git clone https://github.com/dougkusanagi/guepardosys-hub
  1. Install composer dependencies
composer install
  1. Create a database and adjust the env variables according

  2. Make a copy of .env.example and rename to .env

cp .env.example .env
  1. Run migrations
php artisan migrate:fresh --seed
# or use this for create many product examples
php artisan migrate:fresh --seed --seeder=CompleteSeeder
  1. Generate key
php artisan key:generate
  1. Generate the storage link in public directory
php artisan storage:link
  1. Install node dependencies
yarn install
# or with the good and old npm
npm install
  1. Build vue resources
yarn build
# or with the good and old npm
npm run build

The admin credencials that can manage all tenants are:

login: [email protected]
password: password

Todo

  • Manage products
  • Manage categories
  • Manage orders
  • Automatic generate thumbnails
  • Automatic apply mockups
  • Import and export products/orders from Mercado Livre
  • Import and export products/orders from Nuvem Shop
  • Import and export products/orders from Shopify
  • Import and export products/orders from Bling
  • Import and export products/orders from other marketplaces...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published