#3 started working with albums. Created schema and interface for it. Currently…
#3 started working with albums. Created schema and interface for it. Currently planing to start to work with services and controllers for it
Showing
... | ... | @@ -11,7 +11,6 @@ |
"license": "ISC", | ||
"dependencies": { | ||
"@types/cors": "^2.8.13", | ||
"@types/mongoose": "^5.11.97", | ||
"@types/shortid": "^0.0.29", | ||
"cors": "^2.8.5", | ||
"dotenv": "^16.0.3", | ||
... | ... | @@ -30,6 +29,7 @@ |
"@types/dotenv": "^8.2.0", | ||
"@types/express": "^4.17.17", | ||
"@types/mongodb": "^4.0.7", | ||
"@types/mongoose": "^5.11.97", | ||
"@types/multer": "^1.4.7", | ||
"@types/uuid": "^9.0.1", | ||
"@types/validator": "^13.7.14", | ||
... | ... |
src/interfaces/IAlbum.ts
0 → 100644
src/interfaces/IAlbumDto.ts
0 → 100644
src/models/Album.ts
0 → 100644
Please
register
or
sign in
to comment