Developed a RESTful API for an online banking system, incorporating QR30 for seamless and secure payments. Implemented features for managing user accounts, transactions, and balances, alongside real-time balance updates and transaction history retrieval. Integrated QR30 functionality for quick and compliant digital payments, allowing users to scan and pay via the API. Ensured robust security using OAuth 2.0 and optimized API performance to handle high transaction volumes, enhancing both user experience and payment convenience. Assosiated with Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Nest is MIT licensed.