Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.4 KB

Drink With Me

A social craft cocktail review application

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?


Project Intent

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.

Technology Used

  • HTML5 / CSS
  • JavaScript / jQuery
  • MySQL
  • Node.js
  • Handlebars.js
  • Sequelize.js
  • Passport.js
  • Gravatar
  • Heroku

Setup

  • Switch to the config folder in the project directory and edit the file config.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 file schema.sql in MySQL create the database for the application, drinkWithMeDB.
  • From a terminal window, run npm install
  • Launch by running npm start

Design Docs

Application flow

Development Design

Handlebars Templates