Implement Node.js backend rewrite with SQLite authentication, admin dashboard and One-Click docker update

This commit is contained in:
Kroonk
2026-04-12 15:40:46 +02:00
parent 1c233db10e
commit 5747813d2d
11 changed files with 2910 additions and 105 deletions

View File

@@ -21,6 +21,13 @@
"url": "https://github.com/Kroonk/Photography/issues"
},
"homepage": "https://github.com/Kroonk/Photography#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"del": "^4.1.1",
"gulp": "^4.0.2",