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

https://github.com/elhajuojy/electro-maroc

Electromaroc - ElectroMaroc E-commerce website for a distributor of electronic products. 🛍️
https://github.com/elhajuojy/electro-maroc

mvc-architecture php website

Last synced: 4 months ago
JSON representation

Electromaroc - ElectroMaroc E-commerce website for a distributor of electronic products. 🛍️

Awesome Lists containing this project

README

          

# ![Logo-white](https://user-images.githubusercontent.com/86893073/208291917-dc99af6f-c44e-42d6-9a22-54f45c208254.svg) ElectroMaroc

## un site de e-commerce pour un distributeur de produits électroniques.

### Contexte du projet

Votre client ‘Electro Maroc’ est un distributeur de tout type de produit électronique au Maroc qui souhaite renforcer sa présence sur le web. Il sollicite vos compétences en tant que développeur full stack afin de lui réaliser un site e-commerce.

## Flow chart for the website

![Eelectro Flow chart](https://user-images.githubusercontent.com/86893073/208178816-caf7cb45-954f-44c6-ba0c-6cc7ca55fa83.svg)

Install requirements:

```bash
> composer install
```
```bash
> npm install
```
```bash
> npm run tw:build
```

run the project

```bash
> PHP -S localhost:8000 -t public
```
**-t meaning the public folder is the root folder**

## Website preview

![Screenshot (50)](https://user-images.githubusercontent.com/86893073/209857467-b2bed8f9-fd69-4016-978c-665a1636d5a1.png)

![Screenshot (51)](https://user-images.githubusercontent.com/86893073/209857473-4d3a41fb-0b8a-4043-aef9-2a9bc0b9ef31.png)

![Screenshot (52)](https://user-images.githubusercontent.com/86893073/209857475-5fc39741-6e12-42d2-9888-bc244d0d2112.png)

![Screenshot (53)](https://user-images.githubusercontent.com/86893073/209857477-16abff3f-3d14-489e-9483-4a11f5a5f4a0.png)

![Screenshot (54)](https://user-images.githubusercontent.com/86893073/209857481-78ae8dd9-6b22-4434-8857-7566e2bec02b.png)

![login](https://user-images.githubusercontent.com/86893073/209857671-3323b23d-563d-4327-b072-361c4dfb6edd.png)

## Admin Dashboard UI

![dashbooard](https://user-images.githubusercontent.com/86893073/208782984-c6545d15-c90d-4b4b-ab93-fe784f482e1f.png)

![productAdminDashboard](https://user-images.githubusercontent.com/86893073/208750616-2645a531-edf4-475e-9e07-b98b6822e7d9.png)

![create product](https://user-images.githubusercontent.com/86893073/208781086-8c9c45cb-ef4f-48f3-9347-3f13525238d3.png)

![users](https://user-images.githubusercontent.com/86893073/208925558-9cbb6be2-2b9e-4984-9cf2-e301651d22bc.png)

![orders preview](https://user-images.githubusercontent.com/86893073/209124908-5911e1e7-1fb2-401b-807f-a64ea3caa01a.png)

## Database Design

![electro_maroc_db ](https://user-images.githubusercontent.com/86893073/209837369-a3e046e1-0deb-4a48-96e5-2c26d93afa75.png)

## Conception

Diagramme de Cas d'utilisations et Diagramme de de Classes.

![Elctro Maroc](https://user-images.githubusercontent.com/86893073/207917094-fbcd2d87-e51b-42f2-99c9-9f53bf9a1455.svg)

![Example](https://user-images.githubusercontent.com/86893073/207917088-6030548a-6bcd-471a-88bd-f0b602f89c95.svg)