Code Monkey home page Code Monkey logo

laravel-e-commerce's Introduction

Laravel Vue.js E-commerce Dashboard

Overview

This open-source e-commerce dashboard is built using Laravel and Vue.js, providing a robust and user-friendly interface for managing various e-commerce tasks. It allows users to efficiently handle categories, products, and other essential aspects of an e-commerce platform.

Features

  • Category Management: Easily create, update, and delete product categories.
  • Product Management: Add, edit, and remove products with detailed information and images.
  • Order Management: View and manage customer orders.
  • User Management: Handle user roles and permissions to secure different parts of the dashboard.
  • Analytics & Reports: Generate and view sales reports and analytics to track the performance of your store.
  • Responsive Design: Optimized for both desktop and mobile devices for seamless management on the go.

Installation

Prerequisites

  • PHP >= 8.1
  • Composer
  • Node.js & npm
  • MySQL or any other supported database

Steps

  1. Clone the repository:
    git clone https://github.com/yogesh-gohil/laravel-e-commerce.git
    cd laravel-e-commerce
    
  2. Install backend dependencies:
    composer install
  3. Install frontend dependencies:
    npm install
  4. Set up environment variables:
    cp .env.example .env
    php artisan key:generate
  5. Configure your database in the .env file:
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=your_database_name
    DB_USERNAME=your_database_user
    DB_PASSWORD=your_database_password
  6. Run migrations and seed the database:
    php artisan migrate --seed
  7. Build the frontend assets:
    npm run dev
  8. Serve the application:
    php artisan serve

License

Laravel e commerce app is released under the GNU GENERAL PUBLIC LICENSE Version 3. See LICENSE for details.

Acknowledgements

  • Laravel
  • Vue.js
  • All contributors and supporters of the project

laravel-e-commerce's People

Contributors

yogesh-gohil avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.