An open API service indexing awesome lists of open source software.

https://github.com/joyytoo/shopping-list

A shopping list python Application that helps you keep track of your shopping.
https://github.com/joyytoo/shopping-list

html-css nosetests python shopping-list templates wireframes

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/JoyyToo/Shopping-List.svg?branch=master)](https://travis-ci.org/JoyyToo/Shopping-List) [![Coverage Status](https://coveralls.io/repos/github/JoyyToo/Shopping-List/badge.svg?branch=master)](https://coveralls.io/github/JoyyToo/Shopping-List?branch=master)

# 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`