Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 703 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 703 Bytes

Universe Datascraper API

Description

This service provides APIs to access scraped data.

Requirements

  • NodeJS version 14+
  • NPM

Required External Service

  • MongoDB

Primary Third Party Libraries

  • NestJS
  • Mongoose (MongoDB)

Installation

npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Swagger

To check API doc, use the similar link below: http://localhost:3000/v1/doc

MongoDB Collection Usage

This consumer leverage the following data collection in schema

  • NFT Tokens
  • NFT Transfers