Skip to content

Commit

Permalink
chore: setup server
Browse files Browse the repository at this point in the history
  • Loading branch information
sujinleeme committed Jun 30, 2018
1 parent cf751fb commit 0e5ee6e
Show file tree
Hide file tree
Showing 2 changed files with 616 additions and 0 deletions.
15 changes: 15 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "vocal-remover-app-server",
"version": "1.0.0",
"license": "MIT",
"main": "app.js",
"dependencies": {
"body-parser": "^1.18.3",
"compression": "^1.7.2",
"connect-multiparty": "^2.1.1",
"cors": "^2.8.4",
"express": "^4.16.3",
"helmet": "^3.12.1",
"mongoose": "^5.1.7"
}
}
Loading

0 comments on commit 0e5ee6e

Please sign in to comment.