From d9b9620044a6461e24c0299fdcede9987f439011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Tue, 21 Jul 2026 09:41:17 +0400 Subject: [PATCH] =?UTF-8?q?docs:=20cleanup=20README=20=E2=80=94=20remove?= =?UTF-8?q?=20install/run=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 818c734..763ee83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Node.js CRUD Example +# Node.js CRUD -CRUD-интерфейс на Express + PostgreSQL. Аналог Lucee/Flask CRUD, та же таблица. +Express + PostgreSQL. Таблица `crud_items`, общая с Lucee/Flask. ## Переменные окружения @@ -13,10 +13,3 @@ CRUD-интерфейс на Express + PostgreSQL. Аналог Lucee/Flask CRUD | `PGPASSWORD`| (пусто) | | `TABLE_NAME`| `crud_items` | | `PORT` | `3000` | - -## Запуск - -```bash -npm install -npm start -```