Initial commit: Sistema de Gestión Hospitalaria

This commit is contained in:
2026-04-12 20:52:43 -03:00
commit 714a43fd38
93 changed files with 24674 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "hospital-server",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"better-sqlite3": "^11.7.0",
"cors": "^2.8.5",
"express": "^4.21.2",
"http-proxy-middleware": "^3.0.5"
}
}