just testing server

This commit is contained in:
nicholas ward
2020-05-24 21:42:59 -05:00
commit 552699e414
14 changed files with 16984 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.9.13"
}
}