Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.17 KB

README.md

File metadata and controls

60 lines (45 loc) · 1.17 KB

BMBuddy

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.

Getting Started

Prerequisites

Python3

virtualenv

MySQL

Installing

Create the virtualenv

python3 -m venv <DIRECTORY>

Enter and activate the virtualenv

cd <DIRECTORY>
source bin/activate

Clone the repository and enter the repo

git clone https://github.com/connorjc/bmbuddy.git
cd BMBuddy

Install modules

pip install -r requirements.txt

Running

python3 bmbuddy.py

or

./bmbuddy.py

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details