Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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 !