Working demo

This commit is contained in:
2024-07-27 19:52:58 +02:00
parent ef22545b53
commit 858d0d674b
11 changed files with 1666 additions and 20 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "back",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.19.2",
"redis": "^4.6.15"
},
"type": "module"
}