This application allows users to collaboratively manage a set of categories and create their own items in these categories
Place the catalog directory inside the vagrant directory and run the vagrant VM
Flask == 0.9 SQLAlchemy == 0.8.4 BeautifulSoup == 3.2.1 httplib2 == 0.9.1 google_api_python_client == 1.4.1 Requests == 2.7.0 dicttoxml == 1.6.6
Perform installation using "pip install -r requirements.txt"
Run database_setup.py
run finalproject.py and navigate to localhost:5000 in a browser
The user must log in. Once logged in, users can collaboratively manage the list of categories. Users can also create and manage their own individual items inside these categories