Skip to content

Commit 67aa02b

Browse files
lesnik512claude
andauthored
docs: standardize README header and footer (#48)
Aligns with the modern-python uniform-README standard. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ba67c39 commit 67aa02b

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

readme.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
## Async template on FastAPI and SQLAlchemy 2
1+
# fastapi-sqlalchemy-template
22

3-
[![Test Coverage](https://codecov.io/gh/modern-python/fastapi-sqlalchemy-template/branch/main/graph/badge.svg)](https://codecov.io/gh/modern-python/fastapi-sqlalchemy-template)
4-
[![GitHub issues](https://img.shields.io/github/issues/modern-python/fastapi-sqlalchemy-template)](https://github.com/modern-python/fastapi-sqlalchemy-template/issues)
5-
[![GitHub forks](https://img.shields.io/github/forks/modern-python/fastapi-sqlalchemy-template)](https://github.com/modern-python/fastapi-sqlalchemy-template/network)
3+
[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](https://github.com/modern-python/fastapi-sqlalchemy-template/actions/workflows/main.yml)
4+
[![CI](https://github.com/modern-python/fastapi-sqlalchemy-template/actions/workflows/main.yml/badge.svg)](https://github.com/modern-python/fastapi-sqlalchemy-template/actions/workflows/main.yml)
5+
[![License](https://img.shields.io/github/license/modern-python/fastapi-sqlalchemy-template.svg)](https://github.com/modern-python/fastapi-sqlalchemy-template/blob/main/LICENSE)
66
[![GitHub stars](https://img.shields.io/github/stars/modern-python/fastapi-sqlalchemy-template)](https://github.com/modern-python/fastapi-sqlalchemy-template/stargazers)
7+
[![Context7](https://img.shields.io/badge/Context7-docs-blue)](https://context7.com/modern-python/fastapi-sqlalchemy-template)
8+
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
9+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
10+
[![ty](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ty)
711

812
### Description
913
Production-ready dockerized async REST API on FastAPI with SQLAlchemy and PostgreSQL
@@ -22,8 +26,9 @@ You can clone this project or use [this template](https://github.com/modern-pyth
2226
just --list
2327
```
2428

29+
## 📝 [License](LICENSE)
30+
2531
## Part of `modern-python`
2632

2733
Browse the full list of templates and libraries in
28-
[`modern-python`](https://github.com/modern-python) — see the org profile for the
29-
categorized index.
34+
[`modern-python`](https://github.com/modern-python) — see the org profile for the categorized index.

0 commit comments

Comments
 (0)