--- tags: [requirements] --- # REQ0140-DemoQuoteApp ## Description ![Quote App](Quote%20App.png) ## Schema ```dbml // Add your DBML here Table quotes { id integer content string author string category string } ``` ## Related - [REQ0139-DemoQuizApp](#)