Distributed social network inspired by Twitter, featuring a decentralized authentication system, directional relationship graph, and fault-tolerant messaging.
Running server: python -m server.main
Running client: streamlit run client/app.py
Running with Docker: docker-compose up --build