Skip to content

An app to make shopping quick, easy and fun by organizing and keeping track of your lists

Notifications You must be signed in to change notification settings

j33n/ShoppingListDesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text Coverage Status Codacy Badge Codacy Badge ShoppingList logo

ShoppingList

ShoppingList makes shopping quick, easy and fun allowing users to add, update, view or delete items in a shopping list and share the lists with the public. My homepage screen Here is a link to my ShoppingList app ShoppingList

Prerequisites

I am using basic CSS, bootstrap and jQuery for the template and at the backend I am using Flask

Installing

To get up and running with it, just clone this repository, switch in that folder then setup flask and finally run the flask server. Also set environment variables from repository settings

git clone https://github.com/JeanAbayo/ShoppingListDesign.git
cd ShoppingListDesign
export APP_SETTINGS="config.DevelopmentConfig"
virtualenv venv
source dir/to/venv/bin/activate
pip install -r requirements.txt
python manage.py

To run tests

export APP_SETTINGS="config.TestingConfig"
nosetests app/tests/*

Authors

Credits

About

An app to make shopping quick, easy and fun by organizing and keeping track of your lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published