Skip to content

An NFT marketplace GraphQL API built with NestJS

License

Notifications You must be signed in to change notification settings

hnasar99/nft-marketplace

 
 

Repository files navigation

NFT marketplace GraphQL API

Built with NestJS, TypeScript, PostgreSQL

Features

  • Login/Registration
  • User Wallet
  • List Assets in Marketplace
  • Purchase Assets

ER Diagram

ERD_nft

Installation

$ npm install

Running the app

# development
$ docker-compose up 
$ npm run start

# watch mode
$ docker-compose up
$ npm run start:dev

# production mode
$ npm run start:prod

Test

  • Implemented unit tests with jest
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

An NFT marketplace GraphQL API built with NestJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%