complete test db api

This commit is contained in:
nurullah
2025-11-03 12:00:11 +06:00
commit 6a82803d24
5 changed files with 1063 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "pg-test-app",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"dotenv": "^16.0.0",
"express": "^4.18.2",
"pg": "^8.11.3"
}
}