Skip to content

Itheum/demos-nestjs-itheum-backend-service

Repository files navigation

NestJS Itheum Backend Service

Description

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.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Running test suites

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Accessing the Swagger interface

While the application is running, go to http://localhost:3000/api screencapture-localhost-3000-api-2023-10-02-15_34_41

About

The demo repo project for building a custom Nest.js backend service using the Itheum Data NFT SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •