skeleton of the core app

This commit is contained in:
Lucas Tettamanti
2026-01-02 00:21:46 -03:00
parent a1fb46f70c
commit 947b0bd1ee
12 changed files with 735 additions and 152 deletions

View File

@@ -17,8 +17,10 @@
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^4.19.2",
"openai": "^6.15.0",
"pg": "^8.16.3",
"zod": "^4.3.4"
},
"devDependencies": {