You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,15 @@
46
46
-[Example Project](#example-project)
47
47
-[Contribution](#contribution)
48
48
-[Tests](#tests)
49
-
-[Warning](#warning)
50
49
-[License](#license)
51
50
52
51
---
53
52
54
53
## Install
55
54
56
55
```bash
57
-
npm i @nestjsx/crud @nestjs/typeorm typeorm class-validator class-transformer --save
56
+
npm i @nestjsx/crud --save
57
+
npm i @nestjs/typeorm typeorm class-validator class-transformer --save
58
58
```
59
59
60
60
## Getting Started
@@ -121,7 +121,7 @@ And that's it, no more inheritance and tight coupling. Let's see what happens he
121
121
122
122
We pass our `Hero` entity as a `dto` for [Validation](#validation) purpose and inject `HeroesService`. After that, all you have to do is to hook up everything in your module. And after being done with these simple steps your application will expose these endpoints:
123
123
124
-
## API Endpoints Examples
124
+
## API Endpoints
125
125
126
126
### Get Many Entities
127
127
@@ -158,7 +158,7 @@ _Request Body:_ array of entity objects | array of entity objects with nested (r
Copy file name to clipboardExpand all lines: dist/README.md
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,15 @@
46
46
-[Example Project](#example-project)
47
47
-[Contribution](#contribution)
48
48
-[Tests](#tests)
49
-
-[Warning](#warning)
50
49
-[License](#license)
51
50
52
51
---
53
52
54
53
## Install
55
54
56
55
```bash
57
-
npm i @nestjsx/crud @nestjs/typeorm typeorm class-validator class-transformer --save
56
+
npm i @nestjsx/crud --save
57
+
npm i @nestjs/typeorm typeorm class-validator class-transformer --save
58
58
```
59
59
60
60
## Getting Started
@@ -121,7 +121,7 @@ And that's it, no more inheritance and tight coupling. Let's see what happens he
121
121
122
122
We pass our `Hero` entity as a `dto` for [Validation](#validation) purpose and inject `HeroesService`. After that, all you have to do is to hook up everything in your module. And after being done with these simple steps your application will expose these endpoints:
123
123
124
-
## API Endpoints Examples
124
+
## API Endpoints
125
125
126
126
### Get Many Entities
127
127
@@ -158,7 +158,7 @@ _Request Body:_ array of entity objects | array of entity objects with nested (r
0 commit comments