/TheShoppingList

The challenge of keeping track of shopping items is a need for many individuals that requires an innovative and robust solution that will allow them to remember and share the shopping lists with others

Primary LanguagePython

Build Status Coverage Status

PEP8

The Shopping List

The challenge of keeping track of shopping items is a need for many individuals that requires an innovative and robust solution that will allow them to remember and share the shopping lists with others

Functions

  • Sign Up User

  • Sign In User

  • Add List

  • View Lists

  • Edit List

  • Delete List

  • Add Item to List

  • View items added to List

  • Edit Item in List

  • Delete Item from List

Requirements

Python 3+, pip , pylint virtualenv

Installation

Clone the repo

$ git clone https://github.com/JoyLubega/TheShoppingList
$ cd TheShoppingList

Create a virtualenv, and activate it:

$ virtualenv venv
$ . venv/Scripts/activate

After, install all necessary to run:

$ pip install -r requirements.txt

Then, run the application:

$ python Theshoppinglist.py

To see your application, access this url in your browser:

http://localhost:5000