Questions tagged [loopback4]

Questions about LoopBack version 4. Use this tag for LoopBack questions which are specific to only version 4. General LoopBack questions should be tagged with loopbackjs.

Create powerful APIs easily with a new creation experience for defining REST APIs and handling API requests/responses.

A new, improved programming model with dependency injection and new concepts such as components, mixins, repositories, etc. make this the most extensible version yet.

See also

483 questions
-2
votes
1 answer

In loopback4 have any distribution folder that we can use to publish in production?

Which we can use to publish in production rather pulling the entire source code in to the server??
-5
votes
1 answer

500 RequestError: Invalid column name 'string' en loopback 4

I'm doing a simple app in loopback 4, the app connects a SQL Server, I have a table very simple, it has a 3 columns, when when I execute the app I write in console the command "npm start" and I verify in the browser whit the url…
Abraxas
  • 93
  • 5
1 2 3
32
33