local database setup for mac

This commit is contained in:
Arjun Patel
2019-02-23 18:34:14 -08:00
parent a7de8b3480
commit ef7aee2ff7
3 changed files with 3 additions and 95 deletions
+2 -2
View File
@@ -5,9 +5,9 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "PORT=4200 & set JWT_KEY=secretkey & node server.js",
"start": "node server.js",
"dev": "nodemon bin/dev.js",
"drop": "nodemon bin/DROP-FORCE.js"
"drop": "DROP_TABLES=true & nodemon bin/dev.js"
},
"repository": {
"type": "git",