Skip to content

CarletonU-COMP2406-W2013/glowing-octo-bear

Repository files navigation

README.md

Team name: glowing-octo-bear (auto-generated if you're wondering)

Project name: Order Up

Team Members:

  • Ben Fairclough 100800711

  • Sean Malcolmson 100772453

  • Gauhar Shakeel 100913957

Summary:__________________________________

"Order UP"� is a free web-based restaurant order placing application running on the node.js engine. Generally speaking Order Up can be broken down into two main components; the waiter view and the kitchen view. The Waiter view provides a menu complete with several categories (drinks, food, dessert .. ect) along with a pre-populated database of menu items for each. There May be many waiters logged in at one time for a particular business, each with the ability to drag and drop items into an order for a table, then push that order to the kitchen view. The kitchen view frequently checks for updates to the order database then prints them out into a scrolling panel with the item name and a timestamp. The kitchen staff can then view these orders as they continue to be sent.

How to use:________________________________

Instillation:

  • Create folder

  • Cd into directory

  • Pull / clone glowing-octo-bear

  • Open 3 terminals all scoped into directory

o Terminal 1:

  • Run "mongod"�

o Terminal 2:

  • Run "npm install -d"�

  • Run "mongo OrderUp serverSetup.js"�

o Terminal 3:

  • Run "node app.js"�

  • Open **Chrome ** browser

o In the URL enter "localhost:3500"�

  • The Order Up application should now be up and running

Use and navigation:

See YouTube Video: ******PLACEHOLDER*****

Releases

No releases published

Packages

No packages published