This application was developed as a project under the CS-530 (Design of User Interfaces) course at Drexel University.
This web application allows users to keep a track of their monthly grocery shopping. It allows the user to create a monthly list of items. The user can also add bills of shopping trips. The system will then analyze which items the user missed during shopping, the monthly expense, which department the user spends his/her money on and other useful information.
Download the required dependencies using the commands:
pip install flask
pip install passlib
- Clone the repository.
- cd into the repository.
- Install the above dependencies.
- Execute the following command:
python run.py
- View the website on http://127.0.0.1:8080/