Dependencies

  • Node JS Use: v6.10.3
  • npm Use: v5.0.3
  • MySQL Use: v5.7.18
  • PostgreSQL Use: v9.6.3

Docs

Initialize

Configuration

  • npm run init
  • All of the configuration files (.json) are stored in the config directory.

Run migrations

npm run migrate && npm run migrate:v2

Run seeders

npm run seed && npm run seed:v2

You can also change the user's values or add new users in the "users-seeder"

Develop

Start development mode

npm start

Use sequelize cli

npm run sequelize

Production

Compile babel

npm run build

Run production server

npm run serve