Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 479 Bytes

File metadata and controls

24 lines (18 loc) · 479 Bytes

Twitter Clone

CI Ask DeepWiki

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