Skip to content

Commit 7e4707f

Browse files
committed
xyz
1 parent 41b24d6 commit 7e4707f

4 files changed

Lines changed: 22 additions & 5 deletions

File tree

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node app.js

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ app.post('/upload', (req, res) => {
9595

9696

9797

98-
const port = 3000;
98+
const port = 5000;
9999

100100
app.listen(port, () => console.log(`Server started on port ${port}`));

package.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,32 @@
22
"name": "ResGen",
33
"version": "2.0.0",
44
"description": "Summarizer",
5+
"engines": {
6+
"node": "12.16.1"
7+
},
58
"main": "app.js",
69
"scripts": {
7-
"start": "node app.js"
10+
"start": "node app.js",
811
},
9-
"author": "",
10-
"license": "MIT",
1112
"dependencies": {
1213
"ejs": "^2.5.7",
1314
"express": "^4.16.2",
1415
"multer": "^1.3.0",
1516
"python-shell": "^1.0.8"
16-
}
17+
},
18+
"devDependencies": {
19+
"request": "^2.81.0",
20+
"tape": "^4.7.0"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "https://https://github.com/chintan992/ResGen_node_python"
25+
},
26+
"keywords": [
27+
"node",
28+
"heroku",
29+
"express",
30+
"python"
31+
],
32+
"license": "MIT"
1733
}
548 KB
Binary file not shown.

0 commit comments

Comments
 (0)