generator-angular-express-sequelize icon indicating copy to clipboard operation
generator-angular-express-sequelize copied to clipboard

Yeoman generator for AngularJS + Express + Sequelize

Results 5 generator-angular-express-sequelize issues
Sort by recently updated
recently updated
newest added
trafficstars

hi is it possible to regenerate models/views/routes/app.js from generator.json ??

Warning "notNull" validation has been deprecated in favor of Schema based "allowNull"

How should I create an association within boilerplate ? module.exports = function(sequelize, DataTypes) { var Account = sequelize.define('Account', { name: { type: DataTypes.STRING, validate: { notNull: true, }, }, type:...

Is there any way to have this generate from sequalize entity definitions so you can manually edit them (or generate them up front)? and also have the scaffolding after adding...

While the web server can start and run after `grunt server`, accessing a model via generated routes will yield 404. Does anyone else also have this issue like me, or...