feat: каркас Express + pg, health check

This commit is contained in:
2026-05-29 21:56:20 +03:00
commit 814625ef57
5 changed files with 114 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%= title %></title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1><%= title %></h1>
<p>Сервис работает. БД подключена.</p>
</body>
</html>