##Development:
-
create
.devfileDEBUG='boilerplate:*' -
npm run start.local -
api explorer
http://localhost:3000/explorer -
copy and paste the
idfield in the response to "Set access token" at the top right
###Postman
- import
http://localhost:3000/explorer/swagger.json
###From Boiler plate to working code
-
Code.
- rename user model name (now 'MyUser' is been used).
- reame 'boilerplate' in debug assertion into the name of your project.
-
Tests
- add test users and test roles at https://github.com/redbabel/loopback-boilerplate/blob/master/test/dbUtils.js
- TBD