Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 873 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 873 Bytes

Item Catalog

Section 0: Intro

This application allows users to collaboratively manage a set of categories and create their own items in these categories

Section 1: Set Up Environment

Place the catalog directory inside the vagrant directory and run the vagrant VM

Section 2: Requirements

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

Section 3: Installation

Perform installation using "pip install -r requirements.txt"

Section 4: Set Up

Run database_setup.py

Section 5: How to run

run finalproject.py and navigate to localhost:5000 in a browser

Section 6: Usage

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