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

https://github.com/cyril-develop/kanap

Formation "Développeur web" - OpenClassrooms, projet 5 : Construisez un site e-commerce en JavaScript.
https://github.com/cyril-develop/kanap

api css e-commerce e-commerce-project html html-css-javascript html5 javascript javascript-vanilla kanap openclassrooms p5

Last synced: about 1 year ago
JSON representation

Formation "Développeur web" - OpenClassrooms, projet 5 : Construisez un site e-commerce en JavaScript.

Awesome Lists containing this project

README

          

![formation](/client/images/screenshot/openClassRooms.png)

# Formation développeur web

## 📎 Projet 5 : Kanap - Construisez un site e-commerce en JavaScript

![screenshot du site](client/images/screenshot/screenshotAccueil.jpg)

![screenshot du site](client/images/screenshot/screenshotPanier.jpg)

## Technologies :
- HTML
- CSS
- JS

![GitHub repo size](https://img.shields.io/github/repo-size/Cyril-Develop/Kanap?style=for-the-badge)

## Tester le projet :

```terminal
git clone https://github.com/Cyril-Develop/Kanap.git
```

## Installation :

`Node` et `npm` doivent être installés localement sur votre machine.\
Installez toutes les dépendances avec npm.

Ouvrez le répertoire `back` depuis le terminal, puis :
```terminal
npm install
```

Pour lancer le server :
```terminal
node server
```