generated backend with express

This commit is contained in:
Will Baumbach
2026-04-22 10:33:03 -05:00
parent 1eb77cd6b6
commit 3744423e5f
12 changed files with 1237 additions and 0 deletions

16
backend/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1"
}
}