Updates to the data tracking app; Updated the VAP list.

This commit is contained in:
Wynne Crisman
2016-11-05 18:02:35 -07:00
parent 654a2cc615
commit 46ef9680c3
31 changed files with 8447 additions and 7249 deletions

View File

@@ -6,7 +6,12 @@
"1. start": "node server.js",
"3. update-db": "sequelize db:migrate",
"4. create-db-migration": "sequelize migration:create",
"2. install": "npm install"
"2. install": "npm install",
"5. prune": "npm prune",
"start": "node server.js",
"migrateDB": "sequelize db:migrate",
"dropDB": "sudo -u postgres dropdb PetitTeton",
"createDB": "sudo -u postgres createdb PetitTeton"
},
"dependencies": {
"bcrypt-nodejs": "^0.0.3",