Skip to content

Latest commit

 

History

History
127 lines (106 loc) · 4.37 KB

README.md

File metadata and controls

127 lines (106 loc) · 4.37 KB

Contributors Forks Stargazers Issues MIT License LinkedIn


E-commerce Website

a web-based e-commerce application to allow buyers and sellers to buy and upload items for sale, add to cart functionality enabled, search feature and other additional settings

About The Project

Here’s what your completed application will look like:

Homepage Screenshot_select-area_20230320131254 Dashboard Screenshot_select-area_20230320131413 Products Screenshot_select-area_20230320131522

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Requirements

The current package requirements are:

  • Laravel >= 14.21.x
  • PHP >= 8.2
  • Node JS >=10.0

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://github.com

  2. Clone the repo

    git clone https://github.com/markmosobo/ecommerce-website.git
  3. Install composer dependencies

    composer install
  4. Alternatively, update composer dependencies

    composer update
  5. Install NPM packages

    npm install
  6. Run this command

    cp .env.example .env
  7. Run each of these commands

    php artisan key:generate
    php artisan migrate
    php artisan db:seed
  8. Finally

    php artisan serve
  9. Login credentials (admin) admin@admin.com 123456

(back to top)

Contact

Project Link: https://github.com/markmosobo/ecommerce-website

(back to top)