feature: Implement first backend.

This commit is contained in:
greysoh 2024-04-27 14:19:02 -04:00
parent 69498c2a6e
commit c8f317b0e5
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
7 changed files with 465 additions and 29 deletions

View file

@ -16,6 +16,7 @@
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.12.7",
"@types/ssh2": "^1.15.0",
"nodemon": "^3.0.3",
"prisma": "^5.13.0",
"typescript": "^5.3.3"
@ -23,6 +24,7 @@
"dependencies": {
"@prisma/client": "^5.13.0",
"bcrypt": "^5.1.1",
"fastify": "^4.26.2"
"fastify": "^4.26.2",
"node-ssh": "^13.2.0"
}
}