Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*node_modules/*
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# NodeJS-Assignment
# NodeJS-Assignment

Add extension "Moesif CORS" and enable it.

20 changes: 20 additions & 0 deletions api/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/index.js",
"outFiles": [
"${workspaceFolder}/**/*.js"
]
}
]
}
1 change: 1 addition & 0 deletions api/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"id":0,"firstName":"Rashi","middleName":"nil","lastName":"Sharma","email":"rashi.sharma@sourcefuse.com","phone":"8888888822","role":0,"address":"#123 Sector-13 Chandigarh"},{"id":1,"firstName":"Rashi","middleName":"nil","lastName":"Sharma","email":"rashi.sharma@sourcefuse.com","phone":8888888822,"role":1,"address":"#123 Sector-13 Chandigarh"},{"id":2,"firstName":"Rashi","middleName":"nil","lastName":"Sharma","email":"rashi.sharma@sourcefuse.com","phone":"8888888822","role":0,"address":"#123 Sector-13 Chandigarh"},{"id":3,"firstName":"Rashi","middleName":"nil","lastName":"Sharma","email":"rashi.sharma@sourcefuse.com","phone":8888888822,"role":2,"address":"#123 Sector-13 Chandigarh"},{"id":4,"firstName":"fdsdsf","middleName":"dv","lastName":"dsfaf","email":"hgs3dsj@ds.com","phone":"3784438347","role":0,"address":"cd"}]
1 change: 1 addition & 0 deletions api/node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions api/node_modules/@types/body-parser/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions api/node_modules/@types/body-parser/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 104 additions & 0 deletions api/node_modules/@types/body-parser/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

109 changes: 109 additions & 0 deletions api/node_modules/@types/body-parser/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions api/node_modules/@types/connect/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions api/node_modules/@types/connect/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading