Skip to content

Commit e963efd

Browse files
author
Pablo Arranz Alés
committed
Primer commit
0 parents  commit e963efd

File tree

5 files changed

+455
-0
lines changed

5 files changed

+455
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package-lock.json

+374
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "restserver",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "ISC",
12+
"dependencies": {
13+
"body-parser": "^1.19.0",
14+
"express": "^4.17.1"
15+
}
16+
}

0 commit comments

Comments
 (0)