- setup.py - run first to create database marketplace.db and table called product
- toydata.py - (optional) generate five prescripted toy datasets indexed 1 through 5
- main.py - calls on the controller module
- model.py - defines product information, id, name, price, etc..
- view.py - handles everything on user's screen
- dao.py - stores and retrieves data in SQLite
- controller.py - combines module method into bundles
- project.uxf - uml diagram
MIT License © Yeh,Chun-Chen