Skip to content

spk/flask-recipes

Repository files navigation

flask-recipes

Import recipes into flask web app.

Setup

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

Goto http:https://127.0.0.1:5000/

Import

celery --A app.tasks worker
sh download-recipes.sh
python import_recipes.py

Tests

pytest

Resources

License

The MIT License

Copyright (c) 2015-2020 Laurent Arnoud [email protected]

About

Import recipes into flask web app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published