This application contains : user interfaces for shopping lists the shopping lists flask app
You will need python 3.6 or a later python version.
the requirements are in the requirements.txt
clone the repository
FOR HTTPS https://github.com/MuthomiMate/Shoppinglist.git
FOR SSH
[email protected]:MuthomiMate/Shoppinglist.git
$ cd flaskapp
$ virtualenv --python=python3.6 yourenvname
$ source yourenvname/bin/activate
$ (yourenvname) pip install -r requirements.txt
run the following command to install nose unit testing environment:
$ (yourenvname) pip install nose
This will enable you to run sngle file tests like.
$ (yourenvname) nosetests -v
Run the program by typing the command in your terminal :
$ (yourenvname) python run.py you can now use the application.