lesson 82 ready
parents
Showing
.gitignore
0 → 100644
db.json
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | |||
"name": "classwork", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"dev": "ts-node-dev --respawn --trace-warnings --transpile-only src/index.ts", | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"express": "^4.18.2", | |||
"uuidv4": "^6.2.13" | |||
}, | |||
"devDependencies": { | |||
"@types/express": "^4.17.17", | |||
"@types/uuidv4": "^5.0.0", | |||
"ts-node-dev": "^2.0.0" | |||
} | |||
} |
src/controllers/products.ts
0 → 100644
src/enums/EStatuses.ts
0 → 100644
src/index.config.ts
0 → 100644
src/index.ts
0 → 100644
src/interfaces/IProduct.ts
0 → 100644
src/interfaces/IRequest.ts
0 → 100644
src/interfaces/IResponse.ts
0 → 100644
src/repository/fileDB.ts
0 → 100644
src/services/products.ts
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment