With the rise in popularity of craft cocktails, every bar and restaurant has their own fancy cocktail lists - which ones are good, which ones are a waste of good alcohol?
- Kushagra Bhavsar
- Jonathan Dowd
- Adeline Johnson
- Randy Reitz
Drink With Me is a sample project built from concept to presentation in a 2-week sprint with a team of 4 developers.
The project concept was to create a social review and rating application to find where the best mixed drinks are made.
A demo of the application is hosted here.
- HTML5 / CSS
- JavaScript / jQuery
- MySQL
- Node.js
- Handlebars.js
- Sequelize.js
- Passport.js
- Gravatar
- Heroku
- Switch to the
config
folder in the project directory and edit the fileconfig.json
. Set the username and password for the MySQL environment you will be creating the database on. - Switch to the
.setup/DB
folder in the project directory and execute the fileschema.sql
in MySQL create the database for the application,drinkWithMeDB
. - From a terminal window, run
npm install
- Launch by running
npm start