A Shopping list Web Application
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
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Python 3+ python-pip pylint virtualenv or virtualevwrapper
Clone the repo
$ git clone https://github.com/Sebuliba-Adrian/Andela-SLC--3.git $ cd ShoppingListApp
Create a virtualenv, and activate it:
$ virtualenv venv $ venv/Scripts/activate
Install all the required dependencies: $ pip install -r requirements.txt
To Run The App:
python run.py
Go To the browser and type: http://localhost:5000/