feat: migrate ScoreOdonto CRM to Docker, PostgreSQL, and DragonflyDB

This commit is contained in:
Antigravity AI Agent
2026-05-13 07:13:41 +02:00
parent 4917d03bdf
commit 606da6de97
153 changed files with 35678 additions and 56 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "scoreodonto-api",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"googleapis": "^171.4.0",
"jsonwebtoken": "^9.0.3",
"pg": "^8.11.3",
"ioredis": "^5.4.1"
}
}