Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 416 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 416 Bytes

pytechdegree-project-4

Store Inventory

Use your knowledge of CSV and File I/O and database ORMs to build a console application that allows you to easily interact with data for a store's inventory. The data needs to be cleaned from the CSV before it is to be persisted in the database. All interactions with the records should use ORM methods for viewing records, creating records, and exporting a new CSV backup.