August 2016
Intermediate to advanced
376 pages
6h 33m
English
We will use a database to store the feedback of our customers, so we will create the datasource using the LoopBack CLI:
slc loopback:datasource

Screenshot of the datasource terminal output
Note that the final option is to install the MongoDB connector. So, don't forget to create the database: motorcycle-feedback on your MongoDB instance.
For the book example, we are not using User and Password for the database, but it is strongly recommended that you use a User and a strong Password ...