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.
- Host: GitHub
- URL: https://github.com/joyytoo/shopping-list
- Owner: JoyyToo
- Created: 2017-09-05T04:19:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T13:22:16.000Z (over 8 years ago)
- Last Synced: 2025-03-29T14:45:06.786Z (about 1 year ago)
- Topics: html-css, nosetests, python, shopping-list, templates, wireframes
- Language: HTML
- Homepage: https://joyshopp.herokuapp.com/
- Size: 1.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/JoyyToo/Shopping-List) [](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`