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>"
}
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Nest is MIT licensed.