Skip to content

Commit 4dc67e3

Browse files
committed
docs: add Alembic and CI badges to README
1 parent a67134a commit 4dc67e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
[![FastAPI](https://img.shields.io/badge/FastAPI-009688?logo=fastapi&logoColor=white)](https://fastapi.tiangolo.com/)
55
[![Pydantic](https://img.shields.io/badge/Pydantic-E92063?logo=pydantic&logoColor=white)](https://docs.pydantic.dev/)
66
[![SQLAlchemy](https://img.shields.io/badge/SQLAlchemy-1a1a1a?logo=sqlalchemy&logoColor=white)](https://www.sqlalchemy.org/)
7+
[![Alembic](https://img.shields.io/badge/Alembic-Migrations-000000?logo=alembic&logoColor=white)](https://alembic.sqlalchemy.org/)
78
[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-4169E1?logo=postgresql&logoColor=white)](https://www.postgresql.org/)
9+
[![CI](https://github.com/thehimel/learning-platform-api/actions/workflows/ci.yml/badge.svg)](https://github.com/thehimel/learning-platform-api/actions/workflows/ci.yml)
810
[![uv](https://img.shields.io/badge/uv-Package%20Manager-00C853)](https://docs.astral.sh/uv/)
911
[![Ruff](https://img.shields.io/badge/Ruff-linter-FFE873?logo=ruff&logoColor=000)](https://docs.astral.sh/ruff/)
1012
[![Vercel](https://img.shields.io/badge/Vercel-Deploy-000000?logo=vercel&logoColor=white)](https://vercel.com/)

0 commit comments

Comments
 (0)