Site de e-commerce appels API, implémentation des fonctionnalités telles que ajout au panier, calcul du panier, choix des quantités/couleurs, formulaire de validation de commande et validation avec numéro de suivi.
This is the front end and back end server for Project 5 of the Web Developer path.
You will need to have Node and npm
installed locally on your machine.
Clone this repo. From the "back" folder of the project, run npm install
. You
can then run the server with node server
.
The server should run on localhost
with default port 3000
. If the
server runs on another port for any reason, this is printed to the
console when the server starts, e.g. Listening on port 3001
.
Your client is Kanap, a sofa brand that sells its products exclusively from its store. Today, it would like to have an e-commerce platform in addition to its physical store to sell its products on the Internet.