fix test and clean code
Showing
... | ... | @@ -10,7 +10,7 @@ |
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", | ||
"start": "node index.js", | ||
"start": "npm run gen-db && node index.js", | ||
"gen-db": "sequelize-auto -o app/models -d inventory -h 127.0.0.1 -u root -p 3306 " | ||
... | ... | @@ -18,12 +18,6 @@ |
"dependencies": { | ||
"axios": "^0.26.1", | ||
"body-parser": "^1.20.0", | ||
"change-case": "^4.1.2", | ||
"cors": "^2.8.5", | ||
"dotenv": "^16.0.0", | ||
... | ... |
Please register or sign in to comment