Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 668 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 668 Bytes

Burgers Online - MEAN Stack App

Requirements

The customer will need to:

  • Enter contact and delivery details
  • Choose the ingredients for the burgers
  • See the final price
  • Place an order

The manager/cook needs to:

  • See the orders
  • Set/change the status of orders (ordered, in progress, on the road, delivered)
  • Filter by order status.
  • Do all the above only when logged in

Instalation notes

  1. Open console in project's folder
  2. Type "npm install" in the console
  3. Type "bower install -d" in the console
  4. Type "node server.js" in the console
  5. Open "http://localhost:3030" in web browser