feat: initial Claude chat (sechenov)

This commit is contained in:
aedes
2026-04-20 11:06:24 +03:00
commit b1e081b64f
9 changed files with 490 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "sechenov",
"version": "1.0.0",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.19.2"
}
}