A web-based tool to help the Business Managers (BM) of the Southern Scholarship Foundation (SSF) better effectively buy groceries on a budget for all of the residents. BMBuddy will help track shopping the running total of groceries, a live shopping list, as well as a wish list for the other residents to suggest food items.
Python3
virtualenv
MySQL
Create the virtualenv
python3 -m venv <DIRECTORY>Enter and activate the virtualenv
cd <DIRECTORY>
source bin/activateClone the repository and enter the repo
git clone https://github.com/connorjc/bmbuddy.git
cd BMBuddyInstall modules
pip install -r requirements.txtpython3 bmbuddy.pyor
./bmbuddy.py- Connor Christian - connorjc
- Ronald Franco - Francoded
- Biing-Jiun Charles - BeejCoding
This project is licensed under the MIT License - see the LICENSE file for details