Skip to content

xhocquet/ithirst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

Quench your thirst with what's in your liquor cabinet!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published