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.
- Clone repository
git clone https://github.com/dougkusanagi/guepardosys-hub
- Install composer dependencies
composer install
-
Create a database and adjust the env variables according
-
Make a copy of .env.example and rename to .env
cp .env.example .env
- Run migrations
php artisan migrate:fresh --seed
# or use this for create many product examples
php artisan migrate:fresh --seed --seeder=CompleteSeeder
- Generate key
php artisan key:generate
- Generate the storage link in public directory
php artisan storage:link
- Install node dependencies
yarn install
# or with the good and old npm
npm install
- Build vue resources
yarn build
# or with the good and old npm
npm run build
login: [email protected]
password: password
- 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...