Skip to content

reyadkhan/we-commerce-api

Repository files navigation

Requirements

  • PHP >= 8.0
  • Laravel >= 8.6

Installation

    git clone https://github.com/reyadkhan/we-commerce-api.git
    cd we-commerce-api
    composer intall
    cp .env.example .env
    php artisan key:generate

Create a database and put it to .env file

    php artisan migrate --seed

This will create a default admin user in the database with E-mail: admin@wecommerce.com and Pass: admin123

Order notification for admin

To get order notification in admin mail, Please configure email in the .env file For task scheduling (Delivered orders move to deliveries) in local

    php artisan schedule:work

NB: The postman collection has been placed under test/post-main directory and also you can visit here

About

It's a simple e-commerce api in Laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published