Giter Site home page Giter Site logo

ecommerce's Introduction

What is this?

This is a simple eCommerce web application created with Laravel 8 and designed using Tailwind.

Demo

Laravel.8.-.eCommerce.real-time.order.tracking.mp4

Application objects

  • Members can join, log in, and reset their password.
  • Admin can approve, reject, upgrade, downgrade, or delete members.
  • Admin can create or delete products.
  • Customer can browse products.
  • Customer can order a product.
  • Customer can track their order in real-time.
  • Customer can view all of their orders.
  • Customer can cancel their order.
  • Dispatcher can dispatch or reject orders.
  • Delivery driver can update the status of dispatched orders.

Installation

Note: redis and zmq PHP extensions should be present in the server. Otherwise, the application will work fine, but some features may not be available.

  • Clone this repository.
  • Copy .env.example to .env.
  • Adjust database, mail, and redis details in your .env.
  • Run these commands within the project's root directory:
    composer install
    php artisan key:generate
    php artisan migrate --seed
    php artisan storage:link
    php artisan queue:listen
    php artisan ratchet:start

Credentials for testing

ROLE EMAIL ADDRESS PASSWORD
Super admin [email protected] 1234
Admin [email protected] 1234
Dispatcher [email protected] 1234
Delivery driver [email protected] 1234

Hidden routes

  • /login
  • /join

ecommerce's People

Contributors

rochdinassah 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.