Gives drink suggestions based on the ingredients you have at home.
Install the pip packages using:
pip install -r requirements.txt
To run the server you will need postgresql:
brew install postgresql
You can start postgres manually with:
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
And stop it with:
pg_ctl -D /usr/local/var/postgres stop -s -m fast
You can then create the database by downloading the data from Systembolaget:
./download_articles.sh
and then run the create_db.sh script:
./create_db.sh
Make sure the server is running and then just run:
python cocktail.py