Nest intial code

This commit is contained in:
Saif Abdelrazek 2025-05-04 06:15:52 +03:00
commit 7b299ae5b5
8 changed files with 2217 additions and 0 deletions

33
package.json Normal file
View file

@ -0,0 +1,33 @@
{
"name": "saifurl",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/SaifAbdelrazek011/saifurl#readme",
"bugs": {
"url": "https://github.com/SaifAbdelrazek011/saifurl/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SaifAbdelrazek011/saifurl.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"method-override": "^3.0.0",
"mongoose": "^8.14.0",
"nanoid": "^5.1.5",
"shortid": "^2.2.17"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}