Python Flask Application where Users Login, Register, enter Session, and Post Favorite Quotes
uses a login and registration component that leads to a dashboard where Users in session can add their favorite quotes that are inserted into a MySQL DB. Restful CRUD queries are implemented through MySQL CRUD queries. Added various filters to display content using FrontEnd Jinja logic.