This commit is contained in:
Johannes
2026-03-12 17:08:00 +01:00
commit 8766d87a3c
5 changed files with 1088 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "the-recipe-box",
"version": "1.0.0",
"description": "A beautiful cookbook website for your culinary treasures",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2"
}
}