a mobile app that lets you discover new beer you might find interesting.
- At a bar or supermarket, when you want to discover a new beer to try tout
- Collect the beers you like
- Cordova: cross-platform mobile developement.
- Ionic Framework: css framework for Cordova.
- Angular.js
- Flask: an API server.
- Python app: using item-based collaborative filtering to predict preference of users.
npm install
bower install
gulp preview # to run the app locally
There are three gulp commands with which you will mainly interface with the app.
- gulp watch: watch for any changes in your development directory.
- gulp preview: bundle the app and serve locally. It DOES livereload on any changes.
- gulp build -p [platform name]: build the app from www/ to platforms/ and run an emulator for a test.
- Boris Verkhovskiy
- Caly Moss
- DH Lee
- Neil Lobo
See CONTRIBUTING.md for contribution guidelines.