AMAZine is a webzine featuring interviews scraped from Reddit's "Ask Me Anything" subreddit.
- Sarah Rector
- Josh Olloqui
- Patrick Wilson
- Michelle Stermitz
-
Table 1 is threads. It is responsible for holding the id (primary key), title (text), author (text), link flair (text), upvotes (number), downvotes (number), and image (text). This will be used to hold all the information needed to populate the front page.
-
Table 2 is responses. It is responsible for holding the information for each individual item the user clicks on the front page. It will include the id (primary key), questions and answers (json b), thread id (to reference treads table)