Skip to content

deepenp/flask-recipes

 
 

Repository files navigation

flask-recipes

Import recipes into flask web app.

Install

Standard

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
python run.py || foreman start

Goto http://127.0.0.1:5000/

Docker

docker-compose up

Run database creation command with:

docker-compose run web python db_manage.py up

Import

sh download-recipes.sh
python import_recipes.py

Tests

python tests.py

Resources

License

The MIT License

Copyright (c) 2015 Laurent Arnoud laurent@spkdev.net

About

Import recipes into flask web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • HTML 15.8%
  • Shell 1.1%