blog starting point

This commit is contained in:
Pablo Martin 2025-06-04 17:23:22 +02:00
parent a561131d0c
commit 8bb31432c7
6 changed files with 1108 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"name": "blogapp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"dev": "node --watch src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.1.0",
"mongoose": "^8.15.1"
}
}