Want to study with others but can't find people to come? Is your reddit post about studying drowned by hundreds of other messages? Look no further because StudyBubble is designed just for you! StudyBubble is an online messaging system that allows students like you to find people to study with. You can post messages about meetup times, and other students can reply to you or find your contact info at the click of a button.
• Backend was handled using Flask and Python.
• GET requests queried a database to find and display specific posts while POST requests updated the database with new objects or modified an existing entry. Used SQLAlchemy for database functionality.
• Wrote front-end in HTML, CSS, and JavaScript. Used template inheritance to minimize code and allow block overriding.