Skip to content

Monthly grocery planning and tracking application made using HTML/CSS, Flask, and SQLite.

Notifications You must be signed in to change notification settings

Mohilpalav/monthly-grocery-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monthly Grocery Planner

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.

Dependencies:

Download the required dependencies using the commands:

pip install flask
pip install passlib

Execution steps:

  1. Clone the repository.
  2. cd into the repository.
  3. Install the above dependencies.
  4. Execute the following command: python run.py
  5. View the website on http://127.0.0.1:8080/

About

Monthly grocery planning and tracking application made using HTML/CSS, Flask, and SQLite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published