This commit is contained in:
2026-07-02 22:13:33 +02:00
parent b343ad8a38
commit ba6c35f76d
30 changed files with 2752 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "jahresplanung-backend",
"version": "1.0.0",
"private": true,
"description": "API und Static-Server fuer die Jahresplanung-App",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"express": "^4.19.2",
"cors": "^2.8.5",
"mongodb": "^6.3.0"
},
"engines": {
"node": ">=18"
}
}