simple project on nodejs, mysql, sequelize, jwt, acl, restfullapi
npm install
cp config/config.json.local config/config.json
./node_modules/.bin/sequelize db:create --env=dev
./node_modules/.bin/sequelize db:migrate --env=dev
./node_modules/.bin/sequelize db:seed:all --env=dev
node app.js
login: superadmin
password: 1111
Co-author: https://github.com/odbc