Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xand6r/virtual-waiter
The frontend code for a restaurant service that enables service of food and utilities from an internet enabled device
https://github.com/xand6r/virtual-waiter
Last synced: 10 days ago
JSON representation
The frontend code for a restaurant service that enables service of food and utilities from an internet enabled device
- Host: GitHub
- URL: https://github.com/xand6r/virtual-waiter
- Owner: Xand6r
- Created: 2019-05-17T13:58:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:49:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T03:18:50.638Z (7 months ago)
- Language: Vue
- Size: 2.45 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# virtual-waiter
the front end code for virtual waiter implemented in vue.js. the purpose is for minimal movment of customers in a restaurant of customers when ordering for meals in restaurnt. using the virtual waiter, as well as a local area network(could be as simple as the connection accross a hotspot), orders for meals can be placed### defination of folders heirachy
| folders | function |
| ------------- |:-------------:|
| SRC | here the components are located and their functions are as named
| PUBLIC | stores the static files which are currently not human readable because they have been built using babel webpack |### running and setting up the application
(1) firstly run `yarn` in the root folder of the project
(2) then run `yarn serve` : it then brings out the port o which the server as been started
### using the application
(1 ) the main section can be found along the normal and regular path of usage
(2) however the user(say the restaurant) can access the customer's orders by appending `/admin` behind the root path. such as: if the application id hosted on `http://localhost:8080` then the admin section can be found in `http://localhost:8080`note: the web-app uses Mlabs to host the db, thus minimal internet connection is needed for the app to run smoothly, although this can be easily migrated to a local mongo shell.