chore: backend setup

This commit is contained in:
eneller
2026-02-28 00:21:44 +01:00
parent c7bf381ab9
commit 378366e5f5
3 changed files with 1237 additions and 3 deletions

View File

@@ -9,5 +9,10 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {}
"dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"pg": "^8.19.0"
}
}