Skip to content

klong-dev/vcb-qr-generator

Repository files navigation

Nest Logo VietComBank Logo

VietComBank QR Generator

Description

Preview(Click) demo how the api work

// Sample json request
{
    "bankNumber": "123456789",
    "content": "testsssssssssss",
    "amount": 1000000
}
// Sample data response
{
    "base64": "data:image/png;base64,<base64 data>"
}

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Resources

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published