Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mahmoudmohamedramadan/ecommerce

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

ajax composer css ecommerce html javascript jquery laravel notifications php

Last synced: about 2 months ago
JSON representation

The Laravel eCommerce for 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
```