Initial commit: Projektstruktur mit Backend & Frontend

This commit is contained in:
2025-08-16 19:47:27 +00:00
commit 71f61b7bd2
10 changed files with 135 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "stackpulse-backend",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.18.2",
"axios": "^1.7.5"
}
}