It contains:
- Designs
- Wireframes
- Yummy Recipes application
Contains HTML and CSS files for UI.
Contains designs for the UI folder.
Contains a Yummy Recipes flask app that provides a platform for users to keep track of their awesome recipes and share with others if they so wish.
- Users can create accounts
- Users can log in
- Users create, view, update and delete recipe categories
- Users can create, view, update or delete recipes in existing categories
Python 2.6 or a later version
Use the following:
$ sudo pip install virtualenv
$ mkdir Yummy-Recipes
$ cd Yummy-Recipes
$ virtualenv venv
Activate virtual environment:
$ source .venv/bin/activate
To set up flask:
Enter the command to install in virtual environment:
$ pip install Flask
To set up unit testing environment:
$ pip install nose
To execute a test file:
$ source .env
$ nosetests
cd
directory of extracted project- run using:$
source .env
$python run.py