Initial commit
parents
Showing
.env
0 → 100644
.gitignore
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "homework", | ||
"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": { | ||
"@types/cors": "^2.8.13", | ||
"@types/mongoose": "^5.11.97", | ||
"cors": "^2.8.5", | ||
"dotenv": "^16.0.3", | ||
"express": "^4.18.2", | ||
"mongodb": "^5.1.0", | ||
"mongoose": "^7.0.1", | ||
"multer": "^1.4.5-lts.1", | ||
"pg": "^8.10.0", | ||
"pg-hstore": "^2.3.4", | ||
"sequelize": "^6.29.3", | ||
"sequelize-typescript": "^2.1.5", | ||
"uuid": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/dotenv": "^8.2.0", | ||
"@types/express": "^4.17.17", | ||
"@types/mongodb": "^4.0.7", | ||
"@types/multer": "^1.4.7", | ||
"@types/uuid": "^9.0.1", | ||
"@types/validator": "^13.7.14", | ||
"ts-node-dev": "^2.0.0" | ||
} | ||
} |
public/uploads/.gitignore
0 → 100644
src/index.config.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment