Skip to content

A shopping list python Application that helps you keep track of your shopping.

Notifications You must be signed in to change notification settings

JoyyToo/Shopping-List

Repository files navigation

Build Status Coverage Status

ShoppingList

It contains:

  • Designs
  • Wireframes
  • Shopping List application

Designs

Contains HTML and CSS files for UI.

Wireframes

Contains designs for the UI folder.

Shopping List App Description

Contains a shopping list flask app that allows users to record and share things they want to spend money on meeting the needs of keeping track of their shopping lists.

Features

  • Users can create accounts
  • Users can log in
  • Users can create, view, update and delete shopping lists.
  • Users can add, update, view or delete items in a shopping list

Prerequisites

Python 2.6 or a later version

Setup

Use the following:

$ sudo pip install virtualenv
$ mkdir ShoppingList
$ cd ShoppingList
$ 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:

$ nosetests test_for_class_user.py

Running App

  • cd directory of extracted project
  • run using: python shopp.py