Skip to content
/ symoda Public

simple project on nodejs, mysql, sequelize, jwt, acl, restapi

Notifications You must be signed in to change notification settings

svp1989/symoda

Repository files navigation

symoda

simple project on nodejs, mysql, sequelize, jwt, acl, restfullapi

install

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

run

node app.js
login: superadmin
password: 1111

routes

info

Co-author: https://github.com/odbc

About

simple project on nodejs, mysql, sequelize, jwt, acl, restapi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published