Skip to content

An application that helps users to view, edit, add and delete their shopping lists

Notifications You must be signed in to change notification settings

MuthomiMate/Shoppinglist

Repository files navigation

Build Status Coverage Status Code Health

Shoppinglist

This application contains : user interfaces for shopping lists the shopping lists flask app

Prerequisites

You will need python 3.6 or a later python version.

the requirements are in the requirements.txt

installing

clone the repository

FOR HTTPS https://github.com/MuthomiMate/Shoppinglist.git

FOR SSH

[email protected]:MuthomiMate/Shoppinglist.git

Change Directory into the project folder

$ cd flaskapp

Create a virtual environment with Python 3.6

$ virtualenv --python=python3.6 yourenvname

Activate the virtual environment you have just created

$ source yourenvname/bin/activate

Install the application's dependencies from requirements.txt to the virtual environment

$ (yourenvname) pip install -r requirements.txt

Set up Unit Test Environment

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

Running the program

Run the program by typing the command in your terminal :

$ (yourenvname) python run.py you can now use the application.

About

An application that helps users to view, edit, add and delete their shopping lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published