Closed
Description
Description / Steps to reproduce / Feature proposal
The pull request #1385 simplified examples/todo
application to leverage @loopback/boot
capability of loading datasources from source files.
Current Behavior
The Todo tutorial shows instructions for the old registration based on a single config/datasources.json
file.
http://loopback.io/doc/en/lb4/todo-tutorial-datasource.html
Expected Behavior
The tutorial matches the actual code in examples/todo
project.
cc @virkt25
See Reporting Issues for more tips on writing good issues