Started setup of webserver

This commit is contained in:
2017-04-06 17:33:30 +02:00
parent 53805b9118
commit 8b81c33975
3 changed files with 66 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "node-api",
"main": "server.js",
"dependencies": {
"express": "~4.0.0",
"mongoose": "~3.6.13",
"body-parser": "~1.0.1"
}
}