Skip to content

dhmlau/loopback4-validation-example

Repository files navigation

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.

LoopBack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published