Updates to the data tracking app; Updated the VAP list.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user