express: WIP

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-09-14 21:35:41 -04:00
parent 5c1b0ce6ff
commit d5c43d0624
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
5 changed files with 175 additions and 17 deletions

View file

@ -15,6 +15,7 @@
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2"
"express": "^4.18.2",
"ioredis": "^5.3.2"
}
}