initial commit

This commit is contained in:
2026-03-28 21:05:02 +00:00
commit a85e9f93ab
7 changed files with 1479 additions and 0 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "dashgaard",
"version": "2.0.0",
"main": "backend/server.js",
"scripts": { "start": "node backend/server.js" },
"dependencies": { "express": "^4.18.2", "multer": "^1.4.5-lts.1" }
}