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:
172172
173173` @ResponseBody() ` will be added whenever ` nest start ` or ` nest build ` is executed.
174174
175+ ## Example
176+
177+ There are some examples in the [ example] ( ./example ) directory.
178+ Please refer to the [ README.md] ( ./example/README.md ) .
179+
175180## License
176181
177182This library is licensed under the MIT license.
Original file line number Diff line number Diff line change 11# Example
22
33This 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