Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 490 Bytes

File metadata and controls

15 lines (13 loc) · 490 Bytes

Checkout Cart Example

Product Requirements

  1. Should show the list of items - catalog
  2. Should show the list of orders
  3. Should be able to add item to the cart and make checkout
  4. If checkout process was successful, items show up in orders page

Start

This project already contains empty files:

  • server.js - file for server code
  • index.html, index.css, index.js - static client files
  • npm install
  • npm start
  • http://localhost:3000