server added
Showing
.gitignore
0 → 100644
.netlify/state.json
0 → 100644
dist/index.html
0 → 100644
functions/api.js
0 → 100644
netlify.toml
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "neeshoserver", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "server.js", | |||
"scripts": { | |||
"build": "netlify deploy --prod" | |||
}, | |||
"dependencies": { | |||
"cors": "^2.8.5", | |||
"express": "^4.18.2", | |||
"mongodb": "^6.3.0", | |||
"netlify-cli": "^17.5.1", | |||
"netlify-lambda": "^2.0.16", | |||
"serverless-http": "^3.2.0" | |||
}, | |||
"engines": { | |||
"node": "18.x" | |||
}, | |||
"author": "", | |||
"license": "ISC" | |||
} |
Please register or sign in to comment