Initial commit
Showing
app.js
0 → 100644
models/User.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "crudapi", | |||
| "version": "1.0.0", | |||
| "description": "practice", | |||
| "main": "app.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1", | |||
| "start": "node server.js" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/arjundhav/CRUDAPI.git" | |||
| }, | |||
| "author": "", | |||
| "license": "ISC", | |||
| "bugs": { | |||
| "url": "https://github.com/arjundhav/CRUDAPI/issues" | |||
| }, | |||
| "homepage": "https://github.com/arjundhav/CRUDAPI#readme", | |||
| "dependencies": { | |||
| "body-parser": "^1.20.2", | |||
| "dotenv": "^16.4.5", | |||
| "express": "^4.19.2", | |||
| "mongoose": "^8.5.2", | |||
| "prom-client": "^15.1.3" | |||
| } | |||
| } |
public/index.html
0 → 100644
public/users.html
0 → 100644
public/view.js
0 → 100644
routes/userRoutes.js
0 → 100644
server.js
0 → 100644
Please register or sign in to comment