An application created to help alleviate the complicated process of compiling and filling a coffee order for a group of peers or coworkers.
Created as the second group project for the Summer 2018 cohort of the University of Kansas' Coding Bootcamp.
Google Slides - Get Me My Coffee
-
Node.js - Javascript runtime network
-
Heroku - For application deployment
-
NPM - Dependency Management
-
Materialize - CSS Framework for Styling
-
Express.js - Web framework for Node.js
-
Sequelize - ORM for Node.js
-
mySQL - Database Used for Development
-
Travis CI - Test and deploy code
-
Tanner Barnum - LinkedIn
-
Edward Gartland - LinkedIn
-
Jesse Harrah - LinkedIn
-
Savannah Niemeyer - LinkedIn
Our thanks to:
-
Clone this repository to your local system.
-
Open terminal.
-
Navigate to the appropriate folder, and install all required packages ('mysql', 'express', 'body-parser', 'express-handlebars', 'method-override' and 'require').
-
Run the command npm i to install node modules.
-
Then run node server.js, open your web browser, and navigate to your localhost.
-
Or simply navigate to the deployed application on Heroku at https://getmemycoffee.herokuapp.com/.


