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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Try it!! We are happy to hear your feedback or any kind of new features.
35
35
-**Easy Exception Handling** with our own simple and easy to adopt logic. You will love it.
36
36
-**Easy Data Seeding** with our own factories.
37
37
-**Custom Commands** are also available in our setup and really easy to use or even extend.
38
+
-**Custom Validators** to validate your request even better and stricter. [custom-validation-classes](https://github.com/pleerock/class-validator#custom-validation-classes)
38
39
-**Scaffolding Commands** will speed up your development tremendously as you should focus on business code and not scaffolding.
39
40
-**Smart Validation** thanks to [class-validator](https://github.com/pleerock/class-validator) with some nice annotations.
40
41
-**API Documentation** thanks to [swagger](http://swagger.io/).
@@ -152,7 +153,7 @@ All script are defined in the package.json file, but the most important ones are
152
153
* There is also a vscode task for this called `lint`.
153
154
154
155
### Tests
155
-
* Run the unit tests using `npm test` (There is also a vscode task for this called `test`).
156
+
* Run the unit tests using `nps test` (There is also a vscode task for this called `test`).
156
157
* Run the e2e tests using `nps test:e2e` and don't forget to start your application and your [Auth0 Mock Server](https://github.com/hirsch88/auth0-mock-server).
157
158
158
159
### Running in dev mode
@@ -230,6 +231,7 @@ The route prefix is `/api` by default, but you can change this in the .env file.
230
231
|**src/api/repositories/**| Repository / DB layer |
231
232
|**src/api/requests/**| Request bodys with validations |
232
233
|**src/api/services/**| Service layer |
234
+
|**src/api/validators/**| Custom validators, which can be used in the request classes |
0 commit comments