From c720683d77f6ede549ca4e118a7e8f9050a63073 Mon Sep 17 00:00:00 2001 From: Ivan <60302361+depocoder@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:27:00 +0300 Subject: [PATCH] add bages --- backend/README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index 4b7210b..940af5d 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,5 +1,15 @@ # YetAnotherCalendar -This project is created to replace Modeus/Netology calendars +![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi) +![Poetry](https://img.shields.io/badge/Poetry-%233B82F6.svg?style=for-the-badge&logo=poetry&logoColor=0B3D8D) +![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge&logo=redis&logoColor=white) +![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white) + +[![Linting: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) +[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/) + + +This project was created to replace Modeus/Netology calendars + ## Getting started @@ -29,4 +39,4 @@ If code was changed, rebuild images: docker compose up --build -d ``` -### Open [OpenAPI](http://localhost:8000/api/docs) \ No newline at end of file +### Open [OpenAPI](http://localhost:8000/api/docs)