Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 799 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 799 Bytes

Kanap

Back end Prerequisites

You will need to have Node and npm installed locally on your machine.

Back end Installation

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.

Vanilla JavaScript

  • display the products dynamically
  • make links between the products on the homepage and on the product page
  • show a product and its details into a product page
  • add products to the cart
  • display a recap table of purchases on the cart page
  • confirm the order and display the order number