Feature: API PostgreSQL — upsert по «Название», загрузка из БД при открытии

Made-with: Cursor
This commit is contained in:
cursor-agent
2026-04-06 08:59:29 +00:00
parent 5c0028c308
commit f506563cdb
11 changed files with 1272 additions and 28 deletions

13
server/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "omc-servicedesk-monitor-api",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.21.2",
"pg": "^8.13.1"
}
}