- Install Node.js (^8.9.4)
Install the server node.js dependencies:
$ npm install
You should change config.dev.json file, section "database", I use MySql, but Postgres can also be used
$ npm run create
$ npm run sync
$ npm run fill
$ npm start
Open your browser on http://localhost:3000
npm run doc_generate
it will generate swagger.yml
Mail settings can be changed in config.dev.json, section "mail", this section is parameter for nodemailer.createTransport function