Skip to content

infinitydotxyz/be-infinity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nftcompany-backend

Installation

$ npm install

Setup

  • Fill out .env.example and rename to .env
  • Create credentials
    • src/creds/nftc-dev-firebase-creds.json

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

References

Conventions

Pagination

{
    data: <ARRAY OF ITEMS>,
    cursor: <BASE 64 ENCODED CURSOR>, // cursor should be used to get the next page (not including the previous last item)
    hasNextPage: <BOOLEAN> // indicates if there is another page to get 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published