feat: initialize backend service with Express, SQLite logging, and API utilities
Deploy Backendia / deploy (push) Successful in 5m0s

This commit is contained in:
streaper2
2026-08-26 08:42:16 +02:00
parent 7923d1b2b2
commit 9a429d476d
4 changed files with 102 additions and 60 deletions
+3
View File
@@ -18,6 +18,9 @@
"dotenv": "^17.4.2",
"express": "^5.2.1",
"multer": "^2.1.1",
"next": "^16.2.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sharp": "^0.35.3",
"sqlite3": "^6.0.1"
}