ibrahimhamed11 / Ecommerce--Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Logo

E-Commerce Project

Overview

This is a simple e-commerce project built using a REST API. Users can sign up, sign in, view products, add them to the cart, create orders, and receive notifications when a new order is created.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/e-commerce.git
    cd e-commerce
  2. Install dependencies:

    composer install
    npm install
  3. Set up the database:

    php artisan migrate --seed
  4. Generate application key:

    php artisan key:generate

Usage

User Authentication

Users can sign up and sign in to the system using their email and password.

Product Listing

Products can be viewed by accessing the relevant endpoints.

Postman Collection

Link to Postman Collection

About


Languages

Language:JavaScript 70.3%Language:PHP 19.8%Language:Blade 9.5%Language:CSS 0.5%