This project is a simple backend service built using the popular Node.js framework called NestJS. It uses the Itheum SDK to expose an endpoint where the user can send a query paremeter specifying "mainnet" or "devnet". The service will then return the first 10 offers available on the Data NFT Marketplace for the specified network.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covWhile the application is running, go to http://localhost:3000/api
