Skip to content

Sylvance/yummy-recipes-flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status HitCount

Yummy Recipes

Yummy recipes provides a platform for users to keep track of their awesome recipes and share with others if they so wish.

To view the templates or designs repo visit;

Yummy recipes designs Repo

https://github.com/Sylvance/yummy-recipes-designs

Yummy recipes api Repo

To view the api repo visit; https://github.com/Sylvance/yummy-recipes-flask-api

Heroku

You will find the app live on Heroku here; https://recipetoire.herokuapp.com/

Screenshot

Alt text

Installation

Virtualenv required. Using virtualenv-wrapper for windows

# create virtual environment
mkvirtualenv recipes-api
git clone https://github.com/Sylvance/yummy-recipes-flask-app
cd yummy-recipes-flask-app

# install requirements
pip install -r requirements.txt

# test
python test.py

# run
python run.py

Run

To run the application then you should run this in your terminal;

# run
python run.py

Test

To run the tests then run this on your command prompt;

# test
python test.py

About

Yummy recipes provides a platform for users to keep track of their awesome recipes and share with others if they so wish.

Resources

Stars

Watchers

Forks

Packages

No packages published