Import recipes into flask web app.
sudo apt install python-dev python-pip virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
Create database:
python db_manage.py up
Run:
python run.py || foreman start
celery --A app.tasks worker
sh download-recipes.sh
python import_recipes.py
pytest
The MIT License
Copyright (c) 2015-2020 Laurent Arnoud [email protected]