Hadibuttt / Akeneo-Shopify-Panel

Replica of Akeneo Shopify Admin Panel with full features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akeno Shopify Admin

This repository is a replica of Akeno Shopify Admin Panel integrated at the Back-End of an E-Commerce Project.

Features:

  • Admin can add Category/Subcategory/Product
  • Admin can review orders and can also export them in excel format
  • View Customer Details (Last Order, Shipping Address, Total Spent etc.)
  • Create Menus Drag and Drop (Wordpress)
  • Create Dynamic Pages
  • Allocate Permissions to the Staff
  • Managing Store Details
  • Payment Gateway Integration (API)
  • Customize Emails
  • Manage Taxes
  • Store Languages
  • Marketing (News Letter)
  • Import/Export data in Excel

Usage:

  • Clone this repository on your Local Machine
  • Make sure you've Latest Version of Composer, Node.Js, PHP, Xaamp(Local Host) installed
  • Import the zpanel.sql file in your database
  • Open the project in VS Code
  • Edit .env file according to your Database Configuration
  • In the Terminal run the following commands:
  1. php artisan composer install
  2. npm install
  3. npm run dev
  4. php artisan serve

Login Credentials:

Email: admin@example.com

Password: P@ssword1

Screenshots:

1 2 3

About

Replica of Akeneo Shopify Admin Panel with full features.

License:MIT License


Languages

Language:Blade 83.5%Language:HTML 11.4%Language:PHP 5.1%Language:Vue 0.0%