feat: exercise cards webapp with AI workflow and editor

This commit is contained in:
2026-03-08 07:36:37 +01:00
commit 805ae9c88e
11 changed files with 2494 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "exercise-cards-app",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node src/server.js"
},
"dependencies": {
"express": "^4.19.2",
"multer": "^1.4.5-lts.1",
"pg": "^8.12.0"
}
}