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
- Open console in project's folder
- Type "npm install" in the console
- Type "bower install -d" in the console
- Type "node server.js" in the console
- Open "http://localhost:3030" in web browser