lesson 86 done
Showing
... | @@ -13,6 +13,7 @@ | ... | @@ -13,6 +13,7 @@ |
"cors": "^2.8.5", | "cors": "^2.8.5", | ||
"dotenv": "^16.0.3", | "dotenv": "^16.0.3", | ||
"express": "^4.18.2", | "express": "^4.18.2", | ||
"mongodb": "^5.1.0", | |||
"multer": "^1.4.5-lts.1", | "multer": "^1.4.5-lts.1", | ||
"nanoid": "^4.0.1", | "nanoid": "^4.0.1", | ||
"pg": "^8.9.0", | "pg": "^8.9.0", | ||
... | @@ -25,6 +26,7 @@ | ... | @@ -25,6 +26,7 @@ |
"@types/cors": "^2.8.13", | "@types/cors": "^2.8.13", | ||
"@types/dotenv": "^8.2.0", | "@types/dotenv": "^8.2.0", | ||
"@types/express": "^4.17.17", | "@types/express": "^4.17.17", | ||
"@types/mongodb": "^4.0.7", | |||
"@types/multer": "^1.4.7", | "@types/multer": "^1.4.7", | ||
"@types/nanoid": "^3.0.0", | "@types/nanoid": "^3.0.0", | ||
"@types/uuidv4": "^5.0.0", | "@types/uuidv4": "^5.0.0", | ||
... | ... |
src/interfaces/IDataBase.ts
0 → 100644
Please
register
or
sign in
to comment