How I modeled a a relational database for a social media application I built

📅 May 12, 2023

In this blog post I wanted to take it back a few years and showcase how I modeled my relational database for my Databases Course project

When tasked with designing an application, we had a few requirements

I had the idea to make a social media application. Some features I wanted are:

My ER (entity-relation) Model

ER Model for my social media application

Schema Diagram

Schema for my social media application

Related: