loopback4-validation-example

Stars
0

loopback4-validation

An example application to demonstrate validation in LoopBack.

Summary

This application shows how to add validation in a LoopBack application. It exposes /coffee-shops endpoints to create/read/update/delete a CoffeeShop instance with the in-memory storage.

Key artifacts

Use

Start the app:

npm start

The application will start on port 3000. Open http://localhost:3000/explorer in your browser. You can try to test the validation for the /coffee-shops endpoints.