Built with NestJS, TypeScript, PostgreSQL
- Login/Registration
- User Wallet
- List Assets in Marketplace
- Purchase Assets
$ npm install
# development
$ docker-compose up
$ npm run start
# watch mode
$ docker-compose up
$ npm run start:dev
# production mode
$ npm run start:prod
- Implemented unit tests with jest
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov