WIP -> massively incomplete

A basic clone of twitter designed support some of the functionalities at scale. Mostly a test bed for ideals etc

Uses:
Questdb for most of the data storage and wrangling.
Redis for Likes & caching etc.
Ably for browser & mobile pubsub.
FastAPI for webserver and API.

uvicorn main:app --reload hypercorn for http/2 aka for production, uvicorn has much better debug infomation