Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 429 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 429 Bytes

Example

This is an example Nest.js project for this library.

Description

This server contains two modules:

  • server: contains REST API for serving content.
  • client: contains REST API for calling the server API.

client is calling server by using our HTTP interface library.

You can find HTTP interface files whose name ends with .http.service.ts in client module.