Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 587 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 587 Bytes

Functionality

We were able to create different states for a particular order from a client. Here are the states

  • added to cart : addes item to a cart
  • ordered : item is ordered by the client
  • receieved : the order is checked out by the manager

Secondly, we were also able to implement a chat service between the manager and the guests

Notes

Meteor was too heavy to build on the aws system (the program would stop when building to the browser). As a result, the site is hosted locally on 183.98.54.147:3000, which will be closed when not used, but will be opened when requested.