The shopping List App is an application that allows users to record and share things they want to spend money on by allowing users to keep track of their shopping lists.
- Users create accounts
- Users can log in
- Users create, view, update and delete shopping lists.
- Users can add, update, view or delete items in a shopping list
- app: contains all core application logic
- tests: contains unit tests for the application logic in the app folder
- wireframes: Contains a collection of ui design sketches
- designs: This folder contains all UML class diagrams and documentation
This project is part of a submission for week two of Andela BootCamp UG CH3 2017. All the features available are developed as specified by the assignment
Python 3.6.1
Install a virtual environment To install the virtualenvwrapper follow the link installing Installing Virtual Environment.
Clone Github repository
$ git clone https://github.com/pluwum/shopping-list.git
Install the required dependencies
$ pip install -r requirements.txt
alternatively
$ pip install --upgrade -r requirements.txt
Navigate to the root directory and and run the following command:
$ python app.py
The application can be found by entering the following url in your browser
http://127.0.0.1:5000/
A Demo version of this simple App can be accessed HERE
This project is maintained by Patrick Luwum