init: Node.js CRUD v1.0.0 — Express + PG, same table, Nubes design

This commit is contained in:
2026-07-20 13:49:41 +04:00
commit 1c646c6937
8 changed files with 424 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "tfnodejscrud",
"version": "1.0.0",
"description": "Node.js CRUD — PostgreSQL",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"ejs": "^3.1.10",
"express": "^4.21.0",
"pg": "^8.13.0"
}
}