docs: replace download section with app repo links

This commit is contained in:
2026-07-21 09:36:17 +04:00
parent 3a7f439827
commit 3180eaba67
+6 -5
View File
@@ -2,12 +2,13 @@
Три приложения (Lucee / Flask / Node.js) + общая PostgreSQL. Каждое делает CRUD в одной таблице `crud_items`.
## Как скачать
## Код приложений
```bash
git clone https://gitea.services.ngcloud.ru/Nail/tf_examples.git
cd tf_examples/CRUD
```
| Приложение | Репозиторий |
|---|---|
| Lucee | https://gitea.services.ngcloud.ru/Nail/tfluceecrud |
| Flask | https://gitea.services.ngcloud.ru/Nail/tfflaskcrud |
| Node.js | https://gitea.services.ngcloud.ru/Nail/tfnodejscrud |
## Что где менять