Skip to content

This repository has Myshop application, which is python-flask based web app for enabling users to manage their shopping lists

License

Notifications You must be signed in to change notification settings

AndersonMasese/Myshop

Repository files navigation

Build Status Coverage Status Scrutinizer Code Quality

Myshop

alt tag

TODO: Write a Flask Shopping list management application

Installation

You'll need python 3.* to run the application

Activate Virtual enviroment for installing requirements virtualenv setup instructions and usage

 git clone https://github.com/AndersonMasese/Myshop.git
 cd Myshop
 pip install -r requirements.txt
 python app/main.py

open your browser and enter :

$ http://localhost:5000/

Notes

Functionality Explanation
create shopping list Creates a shopping list which associates the name and items as key and value pairs
add item adds items into an existing shopping list
delete item deletes an item from an existing shopping list
delete list deletes the whole list
update list changes the name of the shopping list
view items viewing items in a given shopping list
view shopping lists viewing shopping lists

Credits

Anderson Kenyanya

Daisy Wanjiru(LFA)

Boswell Gathu(LFA)

About

This repository has Myshop application, which is python-flask based web app for enabling users to manage their shopping lists

Resources

License

Stars

Watchers

Forks

Packages

No packages published