top | item 23187166

(no title)

getup8 | 5 years ago

Cocktails! I read the Death & Co book and it inspired me to create a site to house all the recipes (and hopefully more eventually) and track which ones I've made.

https://www.CocktailLove.com

discuss

order

gthole|5 years ago

This is awesome. It's a really nice layout. How do you find related cocktails? Database tagging, or some kind of a distance algorithm?

I made something similar a couple years ago: https://github.com/gthole/drink-stash

What is CocktailLove written in? I couldn't seem to dig up the source anywhere.

getup8|5 years ago

Thanks! I want to do a redesign actually but too many other things on the plate..

Right now related are just manual actually. I planned on creating some type of graph and computing some type of distance but not yet. Let me know if you have ideas :)

It's written in Python (Django) with Postgres and just vanilla JS on the frontend. Looks like yours too?