Skip to content

Commit

Permalink
Add Server Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
aashutoshrathi committed Mar 21, 2019
1 parent fc4e08d commit 1efe35c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node server/index.js
8 changes: 8 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Node Server",
"description": "Node Server for HackerRank Testcase Generator",
"repository": "https://github.com/aashutoshrathi/HackerRank-Test-Case-Generator",
"logo": "https://cdn.rawgit.com/heroku/node-js-getting-started/master/public/node.svg",
"keywords": ["node", "express", "heroku"],
"image": "heroku/nodejs"
}
6 changes: 5 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@
"server": "nodemon index.js"
},
"author": "Aashutosh Rathi",
"license": "ISC",
"license": "MIT",
"dependencies": {
"express": "^4.16.4",
"mongoose": "^5.4.19"
},
"devDependencies": {
"nodemon": "^1.18.10"
},
"repository": {
"type": "git",
"url": "https://git.io/tcgen"
}
}

0 comments on commit 1efe35c

Please sign in to comment.