Azure queue and blob manager built in NestJS
Description
Generic rest APIs that handles azure queue storage and azure blob storage.
The APIs are auto documented by Swagger.
This repo contains also Dockerfile and docker-compose to make builds and deploys easy.
Installation
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Stay in touch
- Author - Dawit Abate Woldeamanuel
License
Nest is MIT licensed.