First working version. Fixed problem with incrementing & cached data / multiple processes.

This commit is contained in:
2022-03-09 08:25:58 -08:00
commit 6287ab13cb
8 changed files with 5683 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "avusddatacollection",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "bestzip AvusdDataCollection.zip app.js bin public routes package*.json"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"mongodb": "^4.3.1",
"morgan": "~1.9.1",
"node-sass-middleware": "0.11.0",
"underscore": "^1.13.2"
},
"devDependencies": {
"bestzip": "^2.1.7"
}
}