LoopBack 4 is more than just a framework: It’s an ecosystem that encourages developers to follow best practices through predefined standards.
In this section, we provide guidelines on building LoopBack application and extensions the test-driven way, to make such projects robust and easy to maintain.
-
Defining the API using code-first approach: This section guides you through setting up a skeleton of your application so that its full OpenAPI specification can be automatically generated.
-
Defining your testing strategy: This section discusses the advantages and the process of building a strong testing suite.
-
Testing your application: A collection of practical tips and code snippets useful to developers writing LoopBack applications.
-
Testing your extension: A collection of practical tips and code snippets useful to developers building LoopBack extensions.