Skip to content

Commit

Permalink
add bages
Browse files Browse the repository at this point in the history
  • Loading branch information
depocoder authored Oct 4, 2024
1 parent 58452b9 commit c720683
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -29,4 +39,4 @@ If code was changed, rebuild images:
docker compose up --build -d
```

### Open [OpenAPI](http://localhost:8000/api/docs)
### Open [OpenAPI](http://localhost:8000/api/docs)

0 comments on commit c720683

Please sign in to comment.