MiniSocial is a minimalistic social media platform made for example purposes.
There are two versions of this app:
V1 - handles simple post creation and stores posts in a slice
V2 - handles post creation, updating, and deletion,
and manages storage more efficiently with an AVL tree. V2 also utilizes different p/ packages to handle pagination,
easier Markdown formatting, etc.