Jake Galligan
Kana is a mobile first application that expedites the drink ordering process at bars for both customers and bartenders by allowing patrons to use their phone to order drinks and receive notifications the moment they’re ready. Bartenders are able to view and claim a drink from a stack of orders, as well as access a continuous stream of rich data, in order to better serve customers.
THIS IS A MOBILE FIRST APPLICATION, it is recommended to view this application on a mobile device. The app is available at kanamobile.herokuapp.com The username and password for the admin view is available upon request
NOTE: If running locally get requests to server will fail as there is no connection to the database. To begin server navigate to server folder (/server) open the terminal and type the following on the command line
npm install
node index.js
from the terminal(again, much of the data will not be available without connection to the database) To view the project locally navigate to the client folder (/server/client) and from the terminal type the following on the command line
npm install
npm start
- This project was completed within a week as a final project at Project Shift Software Engineering Fellowship
- The file tree was set up in such a way as a specific approach to deploying the application to heroku.