feat: frontend, sqlite integration

This commit is contained in:
2025-12-26 21:05:11 +03:00
parent 869bc60b60
commit ca4d4cd685
8 changed files with 1254 additions and 224 deletions

View File

@@ -11,6 +11,7 @@
"dependencies": {
"cors": "^2.8.5",
"express": "^5.2.1",
"sqlite": "^5.1.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
@@ -1017,6 +1018,12 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/sqlite": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/sqlite/-/sqlite-5.1.1.tgz",
"integrity": "sha512-oBkezXa2hnkfuJwUo44Hl9hS3er+YFtueifoajrgidvqsJRQFpc5fKoAkAor1O5ZnLoa28GBScfHXs8j0K358Q==",
"license": "MIT"
},
"node_modules/statuses": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",