Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mahmoudmohamedramadan/ecommerce
- Owner: mahmoudmohamedramadan
- Created: 2020-12-11T17:44:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T23:50:10.000Z (6 months ago)
- Last Synced: 2024-10-12T09:47:59.451Z (2 months ago)
- Topics: ajax, composer, css, ecommerce, html, javascript, jquery, laravel, notifications, php
- Language: PHP
- Homepage: https://youtube.com/playlist?list=PLjJdze35VzqBpPaX157VkjoQTRFHg52lX
- Size: 16.9 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```