Skip to content

hmd37/twitter-clone

Repository files navigation

Twitter Clone

CI

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

About

A high-performance, production-ready REST API clone of Twitter built with FastAPI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors