用(表达+续集+ postgres)进行项目 @cleisommais 运行应用 开发npm run dev 调试npm run debug 单元测试npm run test 用于创建应用程序的命令 express --git --no-view express-sequelize-postgress npm install npm i -D nodemon npm install --save sequelize npm install --save pg pg-hstore sequelize init sequelize model:create --name users --attributes email:string,password:string sequelize model:create --name User --attributes "email:[