basic crud operations on article table

This commit is contained in:
2025-11-23 23:35:41 -06:00
parent 40040fa785
commit 7d09974583
4 changed files with 71 additions and 9 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.7",
"express": "^5.1.0",
"pg": "^8.16.3"
"pg": "^8.16.3",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/express": "^5.0.5",