An open API service indexing awesome lists of open source software.

https://github.com/mahmoudmohamedramadan/ecommerce

The eCommerce project for Laravel beginner training.
https://github.com/mahmoudmohamedramadan/ecommerce

ajax bootstrap composer css ecommerce fontawesome html javascript jquery laravel notifications php

Last synced: 7 months ago
JSON representation

The eCommerce project for Laravel beginner training.

Awesome Lists containing this project

README

          

# eCommerce

![Dashboard](https://github.com/mahmoudmohamedramadan/Delivery-Management/assets/48416569/d46922ca-60c8-4a17-b436-a9d4db463516 "Dashboard")

- - -

## 🚀 Getting Started

First, after you've cloned this project, you will need to install the dependencies:

```SHELL
composer install
```

In addition, migrate your database:

```SHELL
php artisan migrate
```

Finally, link the storage for uploading avatars:

```SHELL
php artisan storage:link
```