fix readme

This commit is contained in:
2026-09-08 16:55:20 +03:00
parent a7028363f1
commit 76d38072a1
+1 -1
View File
@@ -151,7 +151,7 @@ The project demonstrates a complete CI/CD pipeline: Gitea Actions builds a Docke
__[The DisExcel Project](https://git.homyk.space/MH.Dmitrii/The_DisExcel_project)__
My most advanced and up-to-date project — a FastAPI backend with async SQLAlchemy 2.0, JWT authentication with refresh token rotation and revocation, and a permission/group-based RBAC system. Includes layered architecture (web → service → database → models), Alembic migrations, and a full test suite (unit, integration, E2E) with pytest, pytest-asyncio and Allure reporting. Also includes Docker and Ansible configurations for deployment.
My most advanced and up-to-date project — a FastAPI backend with async SQLAlchemy 2.0, JWT authentication with refresh token rotation and revocation, and a permission/group-based RBAC system. Includes layered architecture (web → service → database → models), Alembic migrations, and a full test suite (unit, integration, E2E) with pytest, pytest-asyncio and Allure reporting. Also includes Docker and Ansible configurations for deployment, Redis for caching and RabbitMQ for microservices.
__[Auth Project](https://git.homyk.space/MH.Dmitrii/auth-project)__