Twitter Clone A Twitter clone built with FastAPI, SQLAlchemy, and PostgreSQL. Stack FastAPI SQLAlchemy 2.0 PostgreSQL Alembic JWT Auth Docker Run locally cp .env.example .env uvicorn app.main:app --reload Run with Docker docker-compose up --build Run tests pytest tests/ -v