Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bachiriy/ecom
This project involves the development of a basic e-commerce platform using the Laravel framework. The main functionalities include:
https://github.com/bachiriy/ecom
js laravel php tailwindcss
Last synced: 6 days ago
JSON representation
This project involves the development of a basic e-commerce platform using the Laravel framework. The main functionalities include:
- Host: GitHub
- URL: https://github.com/bachiriy/ecom
- Owner: bachiriy
- Created: 2024-09-06T10:23:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T09:26:59.000Z (19 days ago)
- Last Synced: 2024-12-19T10:29:54.615Z (18 days ago)
- Topics: js, laravel, php, tailwindcss
- Language: PHP
- Homepage: https://ecom-neon-mu.vercel.app
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple E-commerce Platform with Laravel
This project involves the development of a basic e-commerce platform using the Laravel framework. The main functionalities include:
- Displaying a list of available products.
- Creating, modifying, and deleting a product.
- Reading the details of a product.## Getting Started
1. Clone the repository.
```bash
git clone https://github.com/Youcode-Classe-E-2023-2024/Med-El-Bachiri_e-commerce.git
```2. Install dependencies.
```bash
composer install
```3. Navigate to the App.
```bash
cd E-Commerce-App
```4. Run database migrations.
```bash
php artisan migrate
```5. Start the development server.
```bash
php artisan serve
```Enjoy !