Skip to content

Keeping track of shopping items is a need for many individuals - my shopping list handles that problem

Notifications You must be signed in to change notification settings

kisakyegordon/my-shopping-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping-List

Build Status

Codacy Badge

Coverage Status

The shopping list is an application that allows users to record and share things they want to spend money on, hence meeting the needs of keeping track of their shopping lists.

Functions

The application has a couple of features as listed below:-

  • Register
  • Log In
  • Create Shopping list
  • Add shopping list items
  • Edit Items
  • Delete Items

Setup

To start using this application, first clone it to your local machine by running

git clone https://github.com/kisakyegordon/my-shopping-list

Create the virtual environment and activate it

virtualenv env
source env/bin/activate

Then install all the required dependencies

pip install -r requirements.txt

Then run the application

python run.py

To now view the application head over to

http://localhost:5000

Testing

You can then run the application tests using

cd my-shopping-list
nosetests tests/tests.py

About

Keeping track of shopping items is a need for many individuals - my shopping list handles that problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published