- Should show the list of items -
catalog
- Should show the list of
orders
- Should be able to add item to the cart and make checkout
- If checkout process was successful, items show up in
orders
page
This project already contains empty files:
server.js
- file for server codeindex.html
,index.css
,index.js
- static client filesnpm install
npm start
- http://localhost:3000