Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
nabdelgadir committed Mar 26, 2020
1 parent bc694a4 commit bd2ad6e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/site/Creating-CRUD-REST-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ summary:
---

Starting with a [model class](Model.md) and [datasource](DataSources.md),
LoopBack 4 allows you to easily use CRUD REST API. Using
[`@loopback/rest-crud`](https://github.com/strongloop/loopback-next/tree/master/packages/rest-crud),
a default CRUD repository and controller class without a custom class for
either.
LoopBack 4 allows you to easily use CRUD REST APIs by convention through
[`@loopback/rest-crud`](https://github.com/strongloop/loopback-next/tree/master/packages/rest-crud).
The package allows the application to use a default CRUD repository and
controller class without creating a custom class for either.

The
[rest-crud example](https://github.com/strongloop/loopback-next/tree/master/examples/rest-crud)
is a simplified version of the
[Todo example](https://github.com/strongloop/loopback-next/tree/master/examples/todo)
was modified to use this package in the
[rest-crud example](https://github.com/strongloop/loopback-next/tree/master/examples/rest-crud).
To use the rest-crud example, use the following command:
that uses `@loopback/rest-crud`. To see the rest-crud example, use the following
command:

```sh
lb4 example rest-crud
Expand Down

0 comments on commit bd2ad6e

Please sign in to comment.