A progressive Node.js framework for building efficient and scalable server-side applications.
This is an Elrond project built on Nest.js framework.
$ npm install
Redis Server is required to be installed.
# development watch mode
$ npm run start:watch
# development debug mode
$ npm run start:debug
# development mode
$ npm run start:dev
# production mode
$ npm run start:prod
Requests can be made to http://localhost:4001. The app will reload when you'll make edits (if opened in watch mode). You will also see any lint errors in the console.
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov