Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmaroff committed Mar 22, 2024
1 parent 0d9a348 commit 2aa5cb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<ul>
<li>Регистрация, активация и аутентификация через API, аналогично клиентам.</li>
<li>Управление магазином: создание, просмотр, изменение и удаление.</li>
<li>Управление продуктами с возможностью добавления фотографии.</li>
<li>Загрузка товаров в базу данных из файла YAML и их выгрузка из базы.</li>
<li>Просмотр списка всех категорий и активных заказов для своего магазина.</li>
</ul>
Expand All @@ -30,7 +31,7 @@

<details>
<summary style="font-size: 1.3em;"><b>Схема базы данных</b></summary>
<a href="https://drive.google.com/file/d/1z1P4F3oXjBnAK8kHxRroIrrPYS2sGIEr/view?usp=sharing" title='Python' target="_blank"><img align="center" src="https://github.com/Edmaroff/retail-order-api/blob/main/Схема_БД.jpg"/></a>
<a href="https://drive.google.com/file/d/1z1P4F3oXjBnAK8kHxRroIrrPYS2sGIEr/view?usp=sharing" title='Python' target="_blank"><img src="https://github.com/Edmaroff/retail-order-api/blob/main/Схема_БД.jpg" alt="Схема БД"></a>
</details>


Expand All @@ -43,6 +44,7 @@
<li>Redis</li>
<li>Djoser</li>
<li>social_django</li>
<li>Imagekit</li>
<li>Pytest</li>
</ul>
</details>
Expand Down

0 comments on commit 2aa5cb2

Please sign in to comment.