Populate Database with Quotes
As a developer, I want to populate the database with quotes, so users can view quotes. Once the SQLite database has been created and the data it will store has been sourced, it needs some initial key-value pairs to store in the database. This ticket will add the initial data to the database.
Acceptance Criteria:
-
Access the JSON File of quotes -
Scan in the JSON file using Pythons filehandling library -
Using SQLite commands, Inject the quotes into the database as key-value pairs, the person as the key and the quote as the value
Edited by Amy Ceesay Lopez