Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
/ drink-with-me Public archive
forked from Addie27/drink-with-me

Drink With Me is a proof-of-concept project built to create a social review and rating application to find where the best mixed drinks are made. [bootcamp] [project]

Notifications You must be signed in to change notification settings

NotTheDBA/drink-with-me

 
 

Repository files navigation

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

About

Drink With Me is a proof-of-concept project built to create a social review and rating application to find where the best mixed drinks are made. [bootcamp] [project]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.0%
  • Handlebars 27.5%
  • CSS 2.5%