Skip to content

ongama-team/ongama-nft-backend

Repository files navigation

Ongama Nft Backend

A backend API that serves a NFT marketplace web app

Technologies used

  • NestJS
  • Postgres
  • Redis
  • Subgraph

Setup

  • Clone the repo
$ npm install

Running the app

  • Make sure to have Postgres and Redis installed
  • Copy .env.example to .env then set the port
  • Setup database credential in .env
  • Install packages: npm install or yarn install
  • Migrate the database: npm run migrate:run or yarn migrate:run
  • Run the app: npm run stat:dev or yarn start:dev

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published