GithubHelp home page GithubHelp logo

ithirst's Introduction

iThirst

Get your drink fix using what you have in your liquor cabinet!

##Stack Backend: NodeJS ExpressJS,
Frontend : Jade, CSS, JS
DB: MongoDB + Mongoskin

##Database Structure db.recipes

{
	name		:	"Drink Name",
	ingredients : [
		{"name": "Ingredient One", "amount": numParts},
		{"name": "Ingredient Two", "amount": numParts},
		{"name": "Ingredient Two", "amount": numParts},
		...
	],
	granish		: ["Garnish One", "Garnish Two"],
	directions	: "Mix the drink and do stuff to it.",
	glass		: "glassType",
	type		: "drinkType",
	upvotes		: 0,
	downvotes	: 0
}

db.colors

{
	name	: "Ingredient One",
	color	: "#xxxxxx"
}

ithirst's People

Contributors

xhocquet avatar

Watchers

James Cloos avatar

ithirst's Issues

Data sometimes not retrieved on time on drink pages

Intermittently, drink page does not have the data before it tries to render. It stays blank and jquery error is thrown. Not sure when it happens, thought it had something to do with the multiple-word drinks, but I don't think that's it.

Glass shapes based on database vals

Shouldn't be too hard, just need to draw lines in the shape of the glass first depending on data. Then alter gradient height for certain types (martini glass)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.