Skip to content

Commit

Permalink
added server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rahool committed Mar 6, 2019
1 parent f718341 commit 566bfec
Show file tree
Hide file tree
Showing 3 changed files with 422 additions and 0 deletions.
372 changes: 372 additions & 0 deletions package-lock.json

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

14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "api-server",
"version": "0.0.1",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.16.4"
},
"devDependencies": {}
}
Loading

0 comments on commit 566bfec

Please sign in to comment.