|
|
|
|
|
by gthole
2232 days 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. |
|
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?