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?
Drink With Me was originally 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.
This fork will serve as a launching point for addressing the issue in the original sprint, and bring the project to completion as I originally envisioned it.
- 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