File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,11 @@ Here is the list of options:
172
172
173
173
` @ResponseBody() ` will be added whenever ` nest start ` or ` nest build ` is executed.
174
174
175
+ ## Example
176
+
177
+ There are some examples in the [ example] ( ./example ) directory.
178
+ Please refer to the [ README.md] ( ./example/README.md ) .
179
+
175
180
## License
176
181
177
182
This library is licensed under the MIT license.
Original file line number Diff line number Diff line change 1
1
# Example
2
2
3
3
This is an example Nest.js project for this library.
4
+
5
+ ## Description
6
+
7
+ This server contains two modules:
8
+
9
+ - [ server] ( ./src/server ) : contains REST API for serving content.
10
+ - [ client] ( ./src/client ) : contains REST API for calling the server API.
11
+
12
+ ` client ` is calling ` server ` by using our HTTP interface library.
13
+
14
+ You can find HTTP interface files whose name ends with ` .http.service.ts ` in [ client] ( ./src/client ) module.
You can’t perform that action at this time.
0 commit comments