Skip to content

A yummy recipes python Application that helps you keep track of your recipes.

Notifications You must be signed in to change notification settings

JoyyToo/Yummy-Recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status License: MIT Codacy Badge

It contains:

  • Designs
  • Wireframes
  • Yummy Recipes application

Designs

Contains HTML and CSS files for UI.

Wireframes

Contains designs for the UI folder.

Yummy Recipes App Description

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.

Features

  • 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

Sign Up

Alt text

Log in

Alt text

Recipes

Alt text

Prerequisites

Python 2.6 or a later version

Setup

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

Running App

  • cd directory of extracted project
  • run using:$ source .env $ python run.py

About

A yummy recipes python Application that helps you keep track of your recipes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published